aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/activitypub
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/activitypub')
-rw-r--r--shared/models/activitypub/objects/video-torrent-object.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/shared/models/activitypub/objects/video-torrent-object.ts b/shared/models/activitypub/objects/video-torrent-object.ts
index 02820a4cb..767b6a2d0 100644
--- a/shared/models/activitypub/objects/video-torrent-object.ts
+++ b/shared/models/activitypub/objects/video-torrent-object.ts
@@ -26,10 +26,10 @@ export interface VideoTorrentObject {
26 support: string 26 support: string
27 icon: ActivityIconObject 27 icon: ActivityIconObject
28 url: ActivityUrlObject[] 28 url: ActivityUrlObject[]
29 likes?: ActivityPubOrderedCollection<string> 29 likes: string
30 dislikes?: ActivityPubOrderedCollection<string> 30 dislikes: string
31 shares?: ActivityPubOrderedCollection<string> 31 shares: string
32 comments?: ActivityPubOrderedCollection<string> 32 comments: string
33 attributedTo: ActivityPubAttributedTo[] 33 attributedTo: ActivityPubAttributedTo[]
34 to?: string[] 34 to?: string[]
35 cc?: string[] 35 cc?: string[]