mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-30 09:18:01 -05:00
null cursor
This commit is contained in:
@@ -282,8 +282,8 @@ export class RedisRoomManager implements IRoomManager {
|
||||
],
|
||||
arguments: [
|
||||
socketId,
|
||||
updates.cursor ? JSON.stringify(updates.cursor) : '',
|
||||
updates.selection ? JSON.stringify(updates.selection) : '',
|
||||
updates.cursor !== undefined ? JSON.stringify(updates.cursor) : '',
|
||||
updates.selection !== undefined ? JSON.stringify(updates.selection) : '',
|
||||
(updates.lastActivity ?? Date.now()).toString(),
|
||||
SOCKET_KEY_TTL.toString(),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user