Mercurial > prosody-hg
diff plugins/mod_muc_mam.lua @ 10944:cb52cb8aa706
Merge 0.11->trunk
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 21 Jun 2020 19:24:15 +0200 |
| parents | e402f808de50 22b1298403ff |
| children | cabb022f31c0 |
line wrap: on
line diff
--- a/plugins/mod_muc_mam.lua Sun Jun 21 19:09:47 2020 +0200 +++ b/plugins/mod_muc_mam.lua Sun Jun 21 19:24:15 2020 +0200 @@ -345,9 +345,6 @@ 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);
