Diff

plugins/muc/hidden.lib.lua @ 7401:e16b3fd0bd80

MUC: Assign priorities to config form hooks so they have a consistent order on each start
author Kim Alvefur <zash@zash.se>
date Tue, 19 Apr 2016 20:31:39 +0200
parent 7353:ca31d3271cf8
child 9034:1c709e3d2e5e
line wrap: on
line diff
--- a/plugins/muc/hidden.lib.lua	Tue Apr 19 19:00:46 2016 +0200
+++ b/plugins/muc/hidden.lib.lua	Tue Apr 19 20:31:39 2016 +0200
@@ -25,7 +25,7 @@
 		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