aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-07 08:42:44 +0200
committerChocobozzz <me@florianbigard.com>2022-06-07 08:47:41 +0200
commit4d526901349b35bfac9811acc45854c65639cee3 (patch)
treeabacb1afe3dc585bed9f098ff99767b5d5506233 /server/lib
parentceecd871a4be5445fb586f208f288fbe8d6f5a37 (diff)
downloadPeerTube-4d526901349b35bfac9811acc45854c65639cee3.tar.gz
PeerTube-4d526901349b35bfac9811acc45854c65639cee3.tar.zst
PeerTube-4d526901349b35bfac9811acc45854c65639cee3.zip
Fix schema.org context
Diffstat (limited to 'server/lib')
-rw-r--r--server/lib/activitypub/context.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/activitypub/context.ts b/server/lib/activitypub/context.ts
index b452cf9b3..5d6aee315 100644
--- a/server/lib/activitypub/context.ts
+++ b/server/lib/activitypub/context.ts
@@ -179,7 +179,7 @@ function buildContext (contextValue?: ContextValue) {
179 179
180 { 180 {
181 pt: 'https://joinpeertube.org/ns#', 181 pt: 'https://joinpeertube.org/ns#',
182 sc: 'http://schema.org#', 182 sc: 'http://schema.org/',
183 183
184 ...contextValue 184 ...contextValue
185 } 185 }