aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 abceafe1..4bc61930 100644
--- a/plugins/muc/persistent.lib.lua
+++ b/plugins/muc/persistent.lib.lua
@@ -39,7 +39,7 @@ end);
module:hook("muc-room-destroyed", function(event)
set_persistent(event.room, false);
-end);
+end, -100);
return {
get = get_persistent;