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

View file

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