changeset 6447:46fe8e3bf870

mod_muc_restrict_attention/mod_muc_restrict_attention.lua: Put the form in the right Place
author Menel <menel@snikket.de>
date Thu, 12 Mar 2026 08:15:22 +0100
parents 63ce1af4d099
children ee6ab6650c78
files mod_muc_restrict_attention/mod_muc_restrict_attention.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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