mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
plugins/muc/muc.lib: Move sending of occupant list to joining user out of hook, and into main flow: It has to occur before publication of their status
This commit is contained in:
parent
9592b3a68c
commit
09fa17a7ef
2 changed files with 9 additions and 10 deletions
|
@ -131,7 +131,7 @@ end
|
|||
-- Send history on join
|
||||
module:hook("muc-occupant-joined", function(event)
|
||||
send_history(event.room, event.stanza);
|
||||
end, 50); -- Between occupant list (80) and subject(20)
|
||||
end, 50); -- Before subject(20)
|
||||
|
||||
-- add to history
|
||||
module:hook("muc-broadcast-message", function(event)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue