mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 18:25:21 -04:00
fix: retrieve read-only state for realtime user status adapter from connection
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
f012282a41
commit
2f59869e12
4 changed files with 29 additions and 24 deletions
backend/src/realtime/realtime-note
|
@ -51,7 +51,7 @@ export class RealtimeConnection {
|
|||
this.user?.username ?? null,
|
||||
this.getDisplayName(),
|
||||
this,
|
||||
acceptEdits,
|
||||
() => acceptEdits,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue