cringe sfx

This commit is contained in:
2026-04-12 22:35:47 +06:00
parent 7b2cfb4b56
commit 92f7bae50d
15 changed files with 700 additions and 597 deletions

View File

@@ -77,7 +77,7 @@ export default function (fastify: FastifyInstance) {
if (found) {
found.data.displayName = input.displayName
namespace.emit('clientChanged', found.id, socketToClient(found))
namespace.emit('webrtc:client-changed', found.id, socketToClient(found))
}
return updatedUser