mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-24 20:14:35 -04:00
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:
parent
46330563fa
commit
d29e840bc6
4 changed files with 276 additions and 56 deletions
|
@ -9,7 +9,7 @@ export interface RealtimeUser {
|
|||
username: string | null
|
||||
active: boolean
|
||||
styleIndex: number
|
||||
cursor: RemoteCursor
|
||||
cursor: RemoteCursor | null
|
||||
}
|
||||
|
||||
export interface RemoteCursor {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue