diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-26 17:25:35 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-26 17:25:35 +0100 |
commit | 0a67e28beeaf603110d52df3eda400e60531b3a4 (patch) | |
tree | f2771c1d0de356cf163fb79b498b41b2b2cdad2c /shared | |
parent | 4ba3b8ea1be85d95a508ac479f26b96ceea15971 (diff) | |
download | PeerTube-0a67e28beeaf603110d52df3eda400e60531b3a4.tar.gz PeerTube-0a67e28beeaf603110d52df3eda400e60531b3a4.tar.zst PeerTube-0a67e28beeaf603110d52df3eda400e60531b3a4.zip |
Use sensitive instead of nsfw in activitypub
Diffstat (limited to 'shared')
-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 |