]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/models/account/account.ts
Update channel updatedAt when uploading a video
[github/Chocobozzz/PeerTube.git] / server / models / account / account.ts
index 44be0fd3ca1930cffb9390b5b79967afc87b136c..d33353af71d7bef35eac78f9a3e97b2c1d032bcf 100644 (file)
@@ -411,6 +411,7 @@ export class AccountModel extends Model {
       id: this.id,
       displayName: this.getDisplayName(),
       description: this.description,
+      updatedAt: this.updatedAt,
       userId: this.userId ? this.userId : undefined
     }