diff options
Diffstat (limited to 'shared/models/activitypub')
-rw-r--r-- | shared/models/activitypub/objects/video-torrent-object.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/models/activitypub/objects/video-torrent-object.ts b/shared/models/activitypub/objects/video-torrent-object.ts index d3b5f7c26..6f03bf7d0 100644 --- a/shared/models/activitypub/objects/video-torrent-object.ts +++ b/shared/models/activitypub/objects/video-torrent-object.ts | |||
@@ -17,7 +17,7 @@ export interface VideoTorrentObject { | |||
17 | licence: ActivityIdentifierObject | 17 | licence: ActivityIdentifierObject |
18 | language: ActivityIdentifierObject | 18 | language: ActivityIdentifierObject |
19 | views: number | 19 | views: number |
20 | nsfw: boolean | 20 | sensitive: boolean |
21 | commentsEnabled: boolean | 21 | commentsEnabled: boolean |
22 | published: string | 22 | published: string |
23 | updated: string | 23 | updated: string |