aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/context.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/activitypub/context.ts')
-rw-r--r--server/lib/activitypub/context.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/lib/activitypub/context.ts b/server/lib/activitypub/context.ts
index 5d6aee315..5308d32fe 100644
--- a/server/lib/activitypub/context.ts
+++ b/server/lib/activitypub/context.ts
@@ -24,6 +24,7 @@ const contextStore: { [ id in ContextType ]: (string | { [ id: string ]: string
24 subtitleLanguage: 'sc:subtitleLanguage', 24 subtitleLanguage: 'sc:subtitleLanguage',
25 sensitive: 'as:sensitive', 25 sensitive: 'as:sensitive',
26 language: 'sc:inLanguage', 26 language: 'sc:inLanguage',
27 identifier: 'sc:identifier',
27 28
28 // TODO: remove in a few versions, introduced in 4.2 29 // TODO: remove in a few versions, introduced in 4.2
29 icons: 'as:icon', 30 icons: 'as:icon',