aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/muc/persistent.lib.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2018-07-13 15:47:08 +0100
committerMatthew Wild <mwild1@gmail.com>2018-07-13 15:47:08 +0100
commit1f50e15c8e2a4d530df6318db7b1959e831230d6 (patch)
treea5cc2940ac88d722a500026be4508b7f427146ce /plugins/muc/persistent.lib.lua
parent1a0e7d5a10f2140d05dd54531c4ba1f35768ab93 (diff)
downloadprosody-1f50e15c8e2a4d530df6318db7b1959e831230d6.tar.gz
prosody-1f50e15c8e2a4d530df6318db7b1959e831230d6.zip
MUC: Add sections in room config form
Diffstat (limited to 'plugins/muc/persistent.lib.lua')
-rw-r--r--plugins/muc/persistent.lib.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/muc/persistent.lib.lua b/plugins/muc/persistent.lib.lua
index 0f787759..aa2cdf26 100644
--- a/plugins/muc/persistent.lib.lua
+++ b/plugins/muc/persistent.lib.lua
@@ -26,7 +26,7 @@ module:hook("muc-config-form", function(event)
desc = "Rooms are automatically deleted when they are empty, unless this option is enabled";
value = get_persistent(event.room);
});
-end, 100-3);
+end, 100-5);
module:hook("muc-config-submitted/muc#roomconfig_persistentroom", function(event)
if set_persistent(event.room, event.value) then