Fix WebSocket room subscription format
This commit is contained in:
@@ -305,7 +305,9 @@
|
||||
// Subscribe to system room for progress updates
|
||||
ws.send(JSON.stringify({
|
||||
action: 'join',
|
||||
room: 'system'
|
||||
data: {
|
||||
room: 'system'
|
||||
}
|
||||
}));
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user