Merge 0.11->trunk

This commit is contained in:
Kim Alvefur 2020-06-21 19:24:15 +02:00
commit bac049fb34

View file

@ -345,9 +345,6 @@ module:hook("muc-broadcast-message", function (event)
and jid_prep(tag.attr.by) == room.jid then
return nil;
end
if tag.name == "x" and tag.attr.xmlns == xmlns_muc_user then
return nil;
end
return tag;
end);