# HG changeset patch # User Kim Alvefur # Date 1768489381 -3600 # Node ID 3e8bd71d39bbcecb3c6f7914ffebb4b099cea1fc # Parent e920ce2f64721a572a566640388698e9613d6192 mod_http_muc_log: Ignore fallback body next to XEP-0444: Message Reactions Some clients send a quote reply along with XEP-0444 in order to accommodate legacy clients. This however takes up some space and the reaction is shown twice. This is a matter of some debate with diverging opinions about whether this should be done at all and how to handle this. diff -r e920ce2f6472 -r 3e8bd71d39bb mod_http_muc_log/mod_http_muc_log.lua --- a/mod_http_muc_log/mod_http_muc_log.lua Wed Jan 14 19:36:54 2026 +0000 +++ b/mod_http_muc_log/mod_http_muc_log.lua Thu Jan 15 16:03:01 2026 +0100 @@ -421,6 +421,8 @@ break end end + body = nil; + oob = nil; end -- XEP-0461: Message Replies