plugins/mod_muc_mam.lua
branch0.11
changeset 10947 22b1298403ff
parent 10838 c6e852984d48
child 10948 cb52cb8aa706
--- a/plugins/mod_muc_mam.lua	Sat May 23 14:17:04 2020 +0200
+++ b/plugins/mod_muc_mam.lua	Sun Jun 21 19:20:54 2020 +0200
@@ -318,9 +318,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);