X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fmodels%2Factivitypub%2Factor.ts;h=1af9efac2b740cedf7bf0435c477b190bcff27a9;hb=e024fd6a7494b37251da1d59470324305cdb4129;hp=396a52337e5f27b5fbfdca8ada076dfc2138110c;hpb=1e0741d16545ea720d04b566a808853b3975ea7f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/models/activitypub/actor.ts b/server/models/activitypub/actor.ts index 396a52337..1af9efac2 100644 --- a/server/models/activitypub/actor.ts +++ b/server/models/activitypub/actor.ts @@ -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() }) }