Skip to content

Commit

Permalink
event_sync, fix: the problem of sending events for breakout rooms has…
Browse files Browse the repository at this point in the history
… been resolved
  • Loading branch information
biergec authored and shawnchin committed Feb 29, 2024
1 parent 1109a83 commit 516704c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event_sync/mod_event_sync_component.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 516704c

Please sign in to comment.