Add link to prosody issue
This commit is contained in:
parent
4b3f7fb19d
commit
32685964c2
|
@ -198,9 +198,9 @@ run_when_component_loaded(main_muc_component_host, function(host_module, host_na
|
|||
main_muc_service = main_muc; -- so it can be accessed from breakout muc event handlers
|
||||
|
||||
-- the following must run after speakerstats (priority -1)
|
||||
main_module:hook("muc-room-created", handle_room_event, -3); -- must run after handle_main_room_created
|
||||
main_module:hook("muc-room-created", handle_room_event, -3); -- must run after handle_main_room_created
|
||||
main_module:hook("muc-occupant-joined", handle_room_event, -2);
|
||||
main_module:hook("muc-occupant-left", handle_room_event, -2);
|
||||
main_module:hook("muc-occupant-left", handle_room_event, -2); -- see also https://issues.prosody.im/1743
|
||||
main_module:hook("muc-room-destroyed", handle_room_event, -2);
|
||||
end);
|
||||
end);
|
||||
|
|
Loading…
Reference in New Issue