# HG changeset patch # User Menel # Date 1773299766 -3600 # Node ID ee6ab6650c78651a1baee60cada8ba53deb1d4ce # Parent 46fe8e3bf870c9b2341e7e2c1537f8e75edee408 mod_muc_restrict_media/mod_muc_restrict_media.lua: Put the muc config form in the right section diff -r 46fe8e3bf870 -r ee6ab6650c78 mod_muc_restrict_media/mod_muc_restrict_media.lua --- a/mod_muc_restrict_media/mod_muc_restrict_media.lua Thu Mar 12 08:15:22 2026 +0100 +++ b/mod_muc_restrict_media/mod_muc_restrict_media.lua Thu Mar 12 08:16:06 2026 +0100 @@ -18,7 +18,7 @@ label = "Display inline media (images, etc.) from non-members", value = not should_restrict_media(room), }); -end); +end, 80-5); module:hook("muc-config-submitted", function(event) local room, fields, changed = event.room, event.fields, event.changed;