From 0a67e28beeaf603110d52df3eda400e60531b3a4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 26 Jan 2018 17:25:35 +0100 Subject: Use sensitive instead of nsfw in activitypub --- shared/models/activitypub/objects/video-torrent-object.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared/models/activitypub/objects/video-torrent-object.ts') 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 { licence: ActivityIdentifierObject language: ActivityIdentifierObject views: number - nsfw: boolean + sensitive: boolean commentsEnabled: boolean published: string updated: string -- cgit v1.2.3