diff --git a/src/controllers/UserWebSocketActions.ts b/src/controllers/UserWebSocketActions.ts index 0b1923b..e7482ec 100644 --- a/src/controllers/UserWebSocketActions.ts +++ b/src/controllers/UserWebSocketActions.ts @@ -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) })) } }