fix(realtime): allow realtime user status updates from users that have read-only access

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-05-08 17:23:28 +02:00
parent 46330563fa
commit d29e840bc6
4 changed files with 276 additions and 56 deletions

View file

@ -9,7 +9,7 @@ export interface RealtimeUser {
username: string | null
active: boolean
styleIndex: number
cursor: RemoteCursor
cursor: RemoteCursor | null
}
export interface RemoteCursor {