messages-send: Don't send group skdistMsg to hosted id

This commit is contained in:
Rajeh Taher
2025-10-06 00:46:06 +03:00
parent c5b0001b61
commit 9a8f19461c
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ export const makeGroupsSocket = (config: SocketConfig) => {
data[meta.id] = meta
}
}
// TODO: properly parse LID / PN DATA
sock.ev.emit('groups.update', Object.values(data))
return data