mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-08 23:06:49 +02:00
broadcastTaskDispatch was the only task event broadcast missing issue_id in its WebSocket payload. The frontend task:dispatch handler had no way to filter by issue, causing AgentLiveCard to briefly show activity for the wrong issue when multiple tabs are open. Closes https://github.com/multica-ai/multica/issues/791