X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=plugins%2Fmuc%2Fpersistent.lib.lua;h=abceafe1cb784018ef3cc70746aa72adf9d0e916;hb=873005c41b407731d759be423c51cb251346c0ae;hp=773509b5d53e536834dc17836fea09afc36bc28f;hpb=a42c0795142bf77347b6040e26a885eda1ee840c;p=prosody.git diff --git a/plugins/muc/persistent.lib.lua b/plugins/muc/persistent.lib.lua index 773509b5..abceafe1 100644 --- a/plugins/muc/persistent.lib.lua +++ b/plugins/muc/persistent.lib.lua @@ -25,7 +25,7 @@ module:hook("muc-config-form", function(event) label = "Make Room Persistent?"; value = get_persistent(event.room); }); -end); +end, 100-3); module:hook("muc-config-submitted/muc#roomconfig_persistentroom", function(event) if set_persistent(event.room, event.value) then