From 1263fc4e6eff9ba4bf4c706c6e37c2e556bf8eb5 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 19 Feb 2018 10:38:24 +0100 Subject: Improve comment highlighting --- client/src/app/videos/+video-watch/comment/video-comment.model.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'client/src/app/videos/+video-watch/comment/video-comment.model.ts') diff --git a/client/src/app/videos/+video-watch/comment/video-comment.model.ts b/client/src/app/videos/+video-watch/comment/video-comment.model.ts index d7b03521a..8fa02aee1 100644 --- a/client/src/app/videos/+video-watch/comment/video-comment.model.ts +++ b/client/src/app/videos/+video-watch/comment/video-comment.model.ts @@ -14,7 +14,6 @@ export class VideoComment implements VideoCommentServerModel { account: AccountInterface totalReplies: number by: string - marked = false constructor (hash: VideoCommentServerModel) { this.id = hash.id -- cgit v1.2.3