]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/models/activitypub/actor.ts
Update channel updatedAt when uploading a video
[github/Chocobozzz/PeerTube.git] / server / models / activitypub / actor.ts
index 396a52337e5f27b5fbfdca8ada076dfc2138110c..1af9efac2b740cedf7bf0435c477b190bcff27a9 100644 (file)
@@ -557,8 +557,7 @@ export class ActorModel extends Model {
       followingCount: this.followingCount,
       followersCount: this.followersCount,
       banner,
-      createdAt: this.getCreatedAt(),
-      updatedAt: this.updatedAt
+      createdAt: this.getCreatedAt()
     })
   }