diff options
-rw-r--r-- | server/helpers/activitypub.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/helpers/activitypub.ts b/server/helpers/activitypub.ts index b6207c915..a19726beb 100644 --- a/server/helpers/activitypub.ts +++ b/server/helpers/activitypub.ts | |||
@@ -18,7 +18,8 @@ function activityPubContextify <T> (data: T) { | |||
18 | 'nsfw': 'as:sensitive', | 18 | 'nsfw': 'as:sensitive', |
19 | 'language': 'http://schema.org/inLanguage', | 19 | 'language': 'http://schema.org/inLanguage', |
20 | 'views': 'http://schema.org/Number', | 20 | 'views': 'http://schema.org/Number', |
21 | 'size': 'http://schema.org/Number' | 21 | 'size': 'http://schema.org/Number', |
22 | 'commentsEnabled': 'http://schema.org/Boolean' | ||
22 | } | 23 | } |
23 | ] | 24 | ] |
24 | }) | 25 | }) |