]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-watch/comment/video-comment.model.ts
feature: initial syndication feeds support
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / comment / video-comment.model.ts
index 4c5971f54b2d5056034495fbaaebadbc7d62cb0d..8fa02aee18e4ea0e3f28288a588ecc4841c448d2 100644 (file)
@@ -13,7 +13,6 @@ export class VideoComment implements VideoCommentServerModel {
   updatedAt: Date | string
   account: AccountInterface
   totalReplies: number
-
   by: string
 
   constructor (hash: VideoCommentServerModel) {