]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/helpers/activitypub.ts
Add downloadingEnabled property to video model
[github/Chocobozzz/PeerTube.git] / server / helpers / activitypub.ts
index 1304c7559d0c4b302bebebfc9731696826d18161..7f903e4866574b75e79b29c0bd470258718f398f 100644 (file)
@@ -28,6 +28,7 @@ function activityPubContextify <T> (data: T) {
         size: 'schema:Number',
         fps: 'schema:Number',
         commentsEnabled: 'schema:Boolean',
+        downloadingEnabled: 'schema:Boolean',
         waitTranscoding: 'schema:Boolean',
         expires: 'schema:expires',
         support: 'schema:Text',