Fix WebSocket room subscription format

This commit is contained in:
2026-01-23 15:25:47 +01:00
parent 7bf02ac8f8
commit f8634bf605
8 changed files with 46 additions and 35 deletions

View File

@@ -305,7 +305,9 @@
// Subscribe to system room for progress updates
ws.send(JSON.stringify({
action: 'join',
room: 'system'
data: {
room: 'system'
}
}));
};