group fix

This commit is contained in:
Holly Stubbs 2024-04-26 17:07:13 +01:00
parent 2e8bb64915
commit d9a827aba1
Signed by: tgpholly
GPG Key ID: B8583C4B7D18119E
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ websocketServer.on("connection", (socket) => {
const groupData = writer.toBuffer();
socket.send(groupData);
sendUser.send(groupData);
}
socket.on("close", closeOrError);