aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--server/helpers/activitypub.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/helpers/activitypub.ts b/server/helpers/activitypub.ts
index aeb8fde01..ce48fc543 100644
--- a/server/helpers/activitypub.ts
+++ b/server/helpers/activitypub.ts
@@ -40,6 +40,9 @@ function getContextData (type: ContextType) {
40 language: 'sc:inLanguage', 40 language: 'sc:inLanguage',
41 41
42 Infohash: 'pt:Infohash', 42 Infohash: 'pt:Infohash',
43 Playlist: 'pt:Playlist',
44 PlaylistElement: 'pt:PlaylistElement',
45
43 originallyPublishedAt: 'sc:datePublished', 46 originallyPublishedAt: 'sc:datePublished',
44 views: { 47 views: {
45 '@type': 'sc:Number', 48 '@type': 'sc:Number',