Add link to prosody issue
This commit is contained in:
parent
4b3f7fb19d
commit
32685964c2
|
@ -200,7 +200,7 @@ run_when_component_loaded(main_muc_component_host, function(host_module, host_na
|
||||||
-- the following must run after speakerstats (priority -1)
|
-- 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-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);
|
main_module:hook("muc-room-destroyed", handle_room_event, -2);
|
||||||
end);
|
end);
|
||||||
end);
|
end);
|
||||||
|
|
Loading…
Reference in a new issue