From 516704cda1457b48dc7c8fa8b04a0760505bbfa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mustafa=20ERGE=C3=87?= Date: Thu, 29 Feb 2024 23:51:09 +0300 Subject: [PATCH] event_sync, fix: the problem of sending events for breakout rooms has been resolved --- event_sync/mod_event_sync_component.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/event_sync/mod_event_sync_component.lua b/event_sync/mod_event_sync_component.lua index a2e80ac..e5025ed 100644 --- a/event_sync/mod_event_sync_component.lua +++ b/event_sync/mod_event_sync_component.lua @@ -372,6 +372,7 @@ function run_when_muc_module_loaded(component_host_module, component_host_name, end end +local main_muc_service; -- luacheck: ignore -- No easy way to infer main room from breakout room object, so search all rooms in main muc component and cache -- it on room so we don't have to search again @@ -406,7 +407,6 @@ function handle_main_room_created(event) room:save(); end -local main_muc_service; -- luacheck: ignore -- Predefine breakout room attributes to be included in API payload for all events -- This should be scheduled AFTER speakerStats module, but BEFORE handler that compiles and sends API payload