aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2020-06-21 19:24:15 +0200
committerKim Alvefur <zash@zash.se>2020-06-21 19:24:15 +0200
commit7e26bdaef56f6a14dc2b0cbb3f28d63c658c37e4 (patch)
tree4762c48cdb12d2219deefec85b430db27ba9429c
parent902ff03af0e7118696f07e07c410df3d3157020a (diff)
parentda79e58a6c709c5d0e8b0e0e72f6e993ac888db1 (diff)
downloadprosody-7e26bdaef56f6a14dc2b0cbb3f28d63c658c37e4.tar.gz
prosody-7e26bdaef56f6a14dc2b0cbb3f28d63c658c37e4.zip
Merge 0.11->trunk
-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 4bc43ec3..65794cf4 100644
--- a/plugins/mod_muc_mam.lua
+++ b/plugins/mod_muc_mam.lua
@@ -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);