X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fmuc%2Fhidden.lib.lua;h=b2fe6216f6e0cdca3988604c4108bccea075fc30;hb=HEAD;hp=43521e14953ddcdbf989c9f81873fc5670e6f8ca;hpb=05120c2431c0341a1d8426d5305206cd40f51815;p=prosody.git diff --git a/plugins/muc/hidden.lib.lua b/plugins/muc/hidden.lib.lua index 43521e14..b2fe6216 100644 --- a/plugins/muc/hidden.lib.lua +++ b/plugins/muc/hidden.lib.lua @@ -25,7 +25,7 @@ module:hook("muc-config-form", function(event) label = "Make Room Publicly Searchable?"; value = not get_hidden(event.room); }); -end); +end, 100-5); module:hook("muc-config-submitted/muc#roomconfig_publicroom", function(event) if set_hidden(event.room, not event.value) then