diff options
Diffstat (limited to 'server/lib/activitypub/context.ts')
-rw-r--r-- | server/lib/activitypub/context.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/server/lib/activitypub/context.ts b/server/lib/activitypub/context.ts index eba6d636d..87eb498a3 100644 --- a/server/lib/activitypub/context.ts +++ b/server/lib/activitypub/context.ts | |||
@@ -27,9 +27,6 @@ const contextStore: { [ id in ContextType ]: (string | { [ id: string ]: string | |||
27 | language: 'sc:inLanguage', | 27 | language: 'sc:inLanguage', |
28 | identifier: 'sc:identifier', | 28 | identifier: 'sc:identifier', |
29 | 29 | ||
30 | // TODO: remove in a few versions, introduced in 4.2 | ||
31 | icons: 'as:icon', | ||
32 | |||
33 | isLiveBroadcast: 'sc:isLiveBroadcast', | 30 | isLiveBroadcast: 'sc:isLiveBroadcast', |
34 | liveSaveReplay: { | 31 | liveSaveReplay: { |
35 | '@type': 'sc:Boolean', | 32 | '@type': 'sc:Boolean', |