group fix
This commit is contained in:
parent
2e8bb64915
commit
d9a827aba1
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ websocketServer.on("connection", (socket) => {
|
|||
|
||||
const groupData = writer.toBuffer();
|
||||
|
||||
socket.send(groupData);
|
||||
sendUser.send(groupData);
|
||||
}
|
||||
|
||||
socket.on("close", closeOrError);
|
||||
|
|
Loading…
Reference in a new issue