plugins/muc/muc.lib.lua
changeset 9721 537f6a27bdb6
parent 9651 0f43b901c854
parent 9720 5281a795d6df
child 9723 941497cdefc3
--- a/plugins/muc/muc.lib.lua	Wed Dec 19 16:54:25 2018 +0000
+++ b/plugins/muc/muc.lib.lua	Wed Dec 19 23:14:30 2018 +0000
@@ -61,7 +61,7 @@
 	elseif event.affiliation_rank >= valid_affiliations.none then
 		return "participant";
 	end
-end);
+end, -1);
 
 --- Occupant functions
 function room_mt:new_occupant(bare_real_jid, nick)