X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fcomment%2Fvideo-comment.model.ts;h=8fa02aee18e4ea0e3f28288a588ecc4841c448d2;hb=244e76a552ef05a5067134b1065d26dd89246d8c;hp=4c5971f54b2d5056034495fbaaebadbc7d62cb0d;hpb=76d36e0b355f41fb46709ba5e39c59b10087c6a9;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..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 @@ -13,7 +13,6 @@ export class VideoComment implements VideoCommentServerModel { updatedAt: Date | string account: AccountInterface totalReplies: number - by: string constructor (hash: VideoCommentServerModel) {