Software /
code /
prosody
Diff
plugins/muc/persistent.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 | 9014:326fedc1d3c6 |
line wrap: on
line diff
--- a/plugins/muc/persistent.lib.lua Tue Apr 19 19:00:46 2016 +0200 +++ b/plugins/muc/persistent.lib.lua Tue Apr 19 20:31:39 2016 +0200 @@ -25,7 +25,7 @@ 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