# HG changeset patch # User Menel # Date 1773299722 -3600 # Node ID 46fe8e3bf870c9b2341e7e2c1537f8e75edee408 # Parent 63ce1af4d099c878e2f30bbe10d708b5e75a0650 mod_muc_restrict_attention/mod_muc_restrict_attention.lua: Put the form in the right Place diff -r 63ce1af4d099 -r 46fe8e3bf870 mod_muc_restrict_attention/mod_muc_restrict_attention.lua --- a/mod_muc_restrict_attention/mod_muc_restrict_attention.lua Wed Mar 11 08:55:15 2026 +0100 +++ b/mod_muc_restrict_attention/mod_muc_restrict_attention.lua Thu Mar 12 08:15:22 2026 +0100 @@ -22,7 +22,7 @@ label = 'Allow "XEP-0224: Attention" from members', value = not should_restrict_members(room), }) -end) +end, 80-7) module:hook("muc-config-submitted", function(event) local room, fields, changed = event.room, event.fields, event.changed