# HG changeset patch # User Menel # Date 1773382193 -3600 # Node ID 054691d29c2582b4ad25cba8a9ef2fc73866c6fc # Parent ee6ab6650c78651a1baee60cada8ba53deb1d4ce mod_muc_restrict_attention/mod_muc_restrict_attention.lua: fix trailing newline diff -r ee6ab6650c78 -r 054691d29c25 mod_muc_restrict_attention/mod_muc_restrict_attention.lua --- a/mod_muc_restrict_attention/mod_muc_restrict_attention.lua Thu Mar 12 08:16:06 2026 +0100 +++ b/mod_muc_restrict_attention/mod_muc_restrict_attention.lua Fri Mar 13 07:09:53 2026 +0100 @@ -62,7 +62,7 @@ module:hook("muc-occupant-groupchat", function (event) local stanza = event.stanza - from_affiliation = event.room:get_affiliation(stanza.attr.from) + from_affiliation = event.room:get_affiliation(stanza.attr.from) if stanza.attr.type ~= "groupchat" or from_affiliation == "admin" or from_affiliation == "owner" then