Software /
code /
prosody
Changeset
10944:cb52cb8aa706
Merge 0.11->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 21 Jun 2020 19:24:15 +0200 |
parents | 10942:008f46a92520 (current diff) 10943:22b1298403ff (diff) |
children | 10945:2edb72ef312a |
files | plugins/mod_muc_mam.lua |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
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);