mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-06-20 08:35:17 +00:00
Fix bad check
This commit is contained in:
@ -167,7 +167,7 @@ export class UserWebSocketActions {
|
||||
UserWebSocketController.SendToClient(client, new WsMessage({
|
||||
id: "",
|
||||
title: "comment_updated",
|
||||
data: await CommentsController.CommentToAPI(new AbritraryUserConnection(client.userID), comment, true)
|
||||
data: await CommentsController.CommentToAPI(new AbritraryUserConnection(client.userID), comment)
|
||||
}))
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user