]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix video rights fetching
authorChocobozzz <me@florianbigard.com>
Fri, 11 Jun 2021 13:53:52 +0000 (15:53 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 11 Jun 2021 13:53:52 +0000 (15:53 +0200)
server/models/video/sql/shared/video-tables.ts

index 52929fa5ea611ddf28db31efea1f6ddf03f102d3..abdd22188d2c5500650aaa7b535f8a6bc61f1ea4 100644 (file)
@@ -43,6 +43,7 @@ export class VideoTables {
     if (this.mode === 'get') {
       attributeKeys = attributeKeys.concat([
         'description',
+        'userId',
         'createdAt',
         'updatedAt'
       ])