mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
refactor: make displayName readonly
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
3c1ea7bda9
commit
02a3b7f07b
1 changed files with 1 additions and 2 deletions
|
@ -19,8 +19,7 @@ export class RealtimeConnection {
|
|||
private readonly transporter: MessageTransporter;
|
||||
private readonly yDocSyncAdapter: YDocSyncServerAdapter;
|
||||
private readonly realtimeUserStateAdapter: RealtimeUserStatusAdapter;
|
||||
|
||||
private displayName: string;
|
||||
private readonly displayName: string;
|
||||
|
||||
/**
|
||||
* Instantiates the connection wrapper.
|
||||
|
|
Loading…
Reference in a new issue