From da854ddd502cd70685ef779c673b9e63757b8aa0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 28 Dec 2017 11:16:08 +0100 Subject: Propagate old comment on new follow --- shared/models/activitypub/objects/video-comment-object.ts | 2 ++ shared/models/activitypub/objects/video-torrent-object.ts | 1 + 2 files changed, 3 insertions(+) (limited to 'shared/models/activitypub') diff --git a/shared/models/activitypub/objects/video-comment-object.ts b/shared/models/activitypub/objects/video-comment-object.ts index fc2a9e837..785fbbc0d 100644 --- a/shared/models/activitypub/objects/video-comment-object.ts +++ b/shared/models/activitypub/objects/video-comment-object.ts @@ -4,5 +4,7 @@ export interface VideoCommentObject { content: string inReplyTo: string published: string + updated: string url: string + attributedTo: string } diff --git a/shared/models/activitypub/objects/video-torrent-object.ts b/shared/models/activitypub/objects/video-torrent-object.ts index 1405f7748..5ccc80bcb 100644 --- a/shared/models/activitypub/objects/video-torrent-object.ts +++ b/shared/models/activitypub/objects/video-torrent-object.ts @@ -27,5 +27,6 @@ export interface VideoTorrentObject { likes?: ActivityPubOrderedCollection dislikes?: ActivityPubOrderedCollection shares?: ActivityPubOrderedCollection + comments?: ActivityPubOrderedCollection attributedTo: ActivityPubAttributedTo[] } -- cgit v1.2.3