Move to modular fanout bus

This commit is contained in:
Jack Kingsman
2026-03-05 17:16:13 -08:00
parent 93b5bd908a
commit 7cd54d14d8
34 changed files with 2489 additions and 1292 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ def captured_broadcasts():
"""Capture WebSocket broadcasts for verification."""
broadcasts = []
def mock_broadcast(event_type: str, data: dict):
def mock_broadcast(event_type: str, data: dict, **kwargs):
broadcasts.append({"type": event_type, "data": data})
return broadcasts, mock_broadcast