MUC: Assign priorities to config form hooks so they have a consistent order on each...
[prosody.git] / plugins / muc / affiliation_notify.lib.lua
index e708ae94e359ec26119105b2d9885a4ca7def0ad..7403a9ace8d79e7edd3f80917a9491fd4590c861 100644 (file)
@@ -34,7 +34,7 @@ module:hook("muc-config-form", function(event)
                label = "Notify users when their affiliation changes when they are not in the room?";
                value = get_affiliation_notify(event.room);
        });
-end);
+end, 100-11);
 
 module:hook("muc-config-submitted/muc#roomconfig_affiliationnotify", function(event)
        if set_affiliation_notify(event.room, event.value) then