X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fcomment%2Fvideo-comment.model.ts;h=d7b03521a60732a09baf8ff1e6371557707ab352;hb=d5b53822ae7e1660cebe3a35be5ce76ea73dc1b9;hp=4c5971f54b2d5056034495fbaaebadbc7d62cb0d;hpb=16f16570978bc57bbe14524e6d0cc27260191bfd;p=github%2FChocobozzz%2FPeerTube.git 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 4c5971f54..d7b03521a 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 @@ -13,8 +13,8 @@ export class VideoComment implements VideoCommentServerModel { updatedAt: Date | string account: AccountInterface totalReplies: number - by: string + marked = false constructor (hash: VideoCommentServerModel) { this.id = hash.id