diff options
Diffstat (limited to 'server/helpers/activitypub.ts')
-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 62d78373e..e850efe13 100644 --- a/server/helpers/activitypub.ts +++ b/server/helpers/activitypub.ts | |||
@@ -34,7 +34,8 @@ function activityPubContextify <T> (data: T) { | |||
34 | expires: 'sc:expires', | 34 | expires: 'sc:expires', |
35 | support: 'sc:Text', | 35 | support: 'sc:Text', |
36 | CacheFile: 'pt:CacheFile', | 36 | CacheFile: 'pt:CacheFile', |
37 | Infohash: 'pt:Infohash' | 37 | Infohash: 'pt:Infohash', |
38 | originallyPublishedAt: 'sc:DateTime' | ||
38 | }, | 39 | }, |
39 | { | 40 | { |
40 | likes: { | 41 | likes: { |