aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/mod_muc_mam.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/mod_muc_mam.lua b/plugins/mod_muc_mam.lua
index 711bf163..f0417889 100644
--- a/plugins/mod_muc_mam.lua
+++ b/plugins/mod_muc_mam.lua
@@ -318,9 +318,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);