diff options
author | Chocobozzz <me@florianbigard.com> | 2023-07-28 11:28:07 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-07-28 11:41:14 +0200 |
commit | f932957b2e33da0b6d9a29dd98281b28f220a77a (patch) | |
tree | 71ada3f7308e83730d607312385170dc489da422 /server/lib/activitypub/context.ts | |
parent | 89aa3331106874266f6feeee7bff852da2c1727e (diff) | |
download | PeerTube-f932957b2e33da0b6d9a29dd98281b28f220a77a.tar.gz PeerTube-f932957b2e33da0b6d9a29dd98281b28f220a77a.tar.zst PeerTube-f932957b2e33da0b6d9a29dd98281b28f220a77a.zip |
Remove banner/avatar fields from channel/account
Deprecated since 4.2
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', |