MUC: Don't inform people about the avatar hash when there is none

This commit is contained in:
Matthew Wild 2025-02-07 10:19:36 +00:00
parent b4e8a8c6c4
commit d6f8c4fe18

View file

@ -21,6 +21,7 @@ end
local function send_avatar_hash(room, to)
local hash = get_avatar_hash(room);
if not hash and to then return; end -- Don't announce when no avatar
local presence_vcard = st.presence({to = to, from = room.jid})
:tag("x", { xmlns = "vcard-temp:x:update" })