diff options
author | Kim Alvefur <zash@zash.se> | 2020-06-21 19:24:15 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2020-06-21 19:24:15 +0200 |
commit | 7e26bdaef56f6a14dc2b0cbb3f28d63c658c37e4 (patch) | |
tree | 4762c48cdb12d2219deefec85b430db27ba9429c | |
parent | 902ff03af0e7118696f07e07c410df3d3157020a (diff) | |
parent | da79e58a6c709c5d0e8b0e0e72f6e993ac888db1 (diff) | |
download | prosody-7e26bdaef56f6a14dc2b0cbb3f28d63c658c37e4.tar.gz prosody-7e26bdaef56f6a14dc2b0cbb3f28d63c658c37e4.zip |
Merge 0.11->trunk
-rw-r--r-- | plugins/mod_muc_mam.lua | 3 |
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); |