]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/activitypub/context.ts
Improve VideoChannelSyncLatestScheduler logs
[github/Chocobozzz/PeerTube.git] / server / lib / activitypub / context.ts
index 5308d32feda5e98dd73fb6e4bfd5d2c42f08e00b..349c4d2273ee6d21c273d25aaa3cfeea5268be94 100644 (file)
@@ -127,7 +127,14 @@ const contextStore: { [ id in ContextType ]: (string | { [ id: string ]: string
     playlists: {
       '@id': 'pt:playlists',
       '@type': '@id'
-    }
+    },
+    support: {
+      '@type': 'sc:Text',
+      '@id': 'pt:support'
+    },
+
+    // TODO: remove in a few versions, introduced in 4.2
+    icons: 'as:icon'
   }),
 
   WatchAction: buildContext({