aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/activitypub.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/helpers/activitypub.ts')
-rw-r--r--server/helpers/activitypub.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/helpers/activitypub.ts b/server/helpers/activitypub.ts
index 37a251697..c49142a04 100644
--- a/server/helpers/activitypub.ts
+++ b/server/helpers/activitypub.ts
@@ -18,6 +18,7 @@ function activityPubContextify <T> (data: T) {
18 uuid: 'http://schema.org/identifier', 18 uuid: 'http://schema.org/identifier',
19 category: 'http://schema.org/category', 19 category: 'http://schema.org/category',
20 licence: 'http://schema.org/license', 20 licence: 'http://schema.org/license',
21 subtitleLanguage: 'http://schema.org/subtitleLanguage',
21 sensitive: 'as:sensitive', 22 sensitive: 'as:sensitive',
22 language: 'http://schema.org/inLanguage', 23 language: 'http://schema.org/inLanguage',
23 views: 'http://schema.org/Number', 24 views: 'http://schema.org/Number',