feat: filter disconnected users

This commit is contained in:
Arnošt Pleskot
2023-07-13 10:07:31 +02:00
parent db5149ab5d
commit 4608e809b1
4 changed files with 13 additions and 10 deletions
+1
View File
@@ -55,6 +55,7 @@ export type Collaborator = {
avatarUrl?: string;
// user id. If supplied, we'll filter out duplicates when rendering user avatars.
id?: string;
socketId?: string;
};
export type DataURL = string & { _brand: "DataURL" };