mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-20 16:00:38 +02:00
feat: bump socket.io-client
& collab tweaks (#7444)
This commit is contained in:
@@ -59,6 +59,7 @@ export type Collaborator = Readonly<{
|
||||
// user id. If supplied, we'll filter out duplicates when rendering user avatars.
|
||||
id?: string;
|
||||
socketId?: SocketId;
|
||||
isCurrentUser?: boolean;
|
||||
}>;
|
||||
|
||||
export type CollaboratorPointer = {
|
||||
|
Reference in New Issue
Block a user