Software /
code /
prosody
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 |
parent | 10835:e402f808de50 |
parent | 10943:22b1298403ff |
child | 11282: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);