aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--server/lib/activitypub/context.ts9
1 files changed, 8 insertions, 1 deletions
diff --git a/server/lib/activitypub/context.ts b/server/lib/activitypub/context.ts
index 5308d32fe..349c4d227 100644
--- a/server/lib/activitypub/context.ts
+++ b/server/lib/activitypub/context.ts
@@ -127,7 +127,14 @@ const contextStore: { [ id in ContextType ]: (string | { [ id: string ]: string
127 playlists: { 127 playlists: {
128 '@id': 'pt:playlists', 128 '@id': 'pt:playlists',
129 '@type': '@id' 129 '@type': '@id'
130 } 130 },
131 support: {
132 '@type': 'sc:Text',
133 '@id': 'pt:support'
134 },
135
136 // TODO: remove in a few versions, introduced in 4.2
137 icons: 'as:icon'
131 }), 138 }),
132 139
133 WatchAction: buildContext({ 140 WatchAction: buildContext({