Software /
code /
prosody
Diff
plugins/muc/muc.lib.lua @ 9716:5281a795d6df 0.11
MUC: Adjust priorities of muc-get-default-role handlers (fixes #1272)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 19 Dec 2018 23:14:13 +0000 |
parent | 9640:28d4b9d5a432 |
child | 9717:537f6a27bdb6 |
child | 9718:81ef96368bff |
line wrap: on
line diff
--- a/plugins/muc/muc.lib.lua Wed Dec 19 16:54:07 2018 +0000 +++ b/plugins/muc/muc.lib.lua Wed Dec 19 23:14:13 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)