Funkspruch unterbrechen design

This commit is contained in:
nocnico
2025-05-24 03:28:07 +02:00
parent b2890b3ecc
commit 1ae84f9d55
2 changed files with 22 additions and 38 deletions

View File

@@ -38,7 +38,7 @@ export const handleConnectDesktop = (socket: Socket, io: Server) => () => {
: user.publicId,
};
if (data.shouldTransmit) {
socket.to("pilots").emit("other-ptt", otherPttData);
socket.to("dispatchers").emit("other-ptt", otherPttData);
socket.to("pilots").emit("other-ptt", otherPttData);
}
});