[*] 日常优化

This commit is contained in:
acgist
2023-09-07 07:38:52 +08:00
parent 8b82ce01a1
commit 9d12a8ca2d
2 changed files with 6 additions and 2 deletions

View File

@@ -2802,8 +2802,8 @@ class Taoyao extends RemoteClient {
*/
roomBroadcast(message) {
this.push(protocol.buildMessage("room::broadcast", {
...message,
roomId : this.roomId,
...message
}));
}