diff --git a/server.ts b/server.ts index a15fb87..d63d704 100644 --- a/server.ts +++ b/server.ts @@ -294,6 +294,7 @@ const server = Bun.serve({ playing: room.playing, username: ws.data.username, timestamp: Date.now(), + req_id: msg.req_id, }, ws as unknown as WebSocket );