mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-31 15:18:38 -04:00
Adding issues for TODOs
Signed-off-by: Yannick Bungers <git@innay.de>
This commit is contained in:
parent
7e1123e8a4
commit
8879b51344
16 changed files with 21 additions and 16 deletions
|
@ -67,6 +67,7 @@ export class WebsocketGateway implements OnGatewayConnection {
|
|||
);
|
||||
if (notePermission < NotePermission.READ) {
|
||||
//TODO: [mrdrogdrog] inform client about reason of disconnect.
|
||||
// (https://github.com/hedgedoc/hedgedoc/issues/5034)
|
||||
this.logger.log(
|
||||
`Access denied to note '${note.id}' for user '${username}'`,
|
||||
'handleConnection',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue