aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/activitypub/actor.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/models/activitypub/actor.ts')
-rw-r--r--server/models/activitypub/actor.ts3
1 files changed, 1 insertions, 2 deletions
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 {
557 followingCount: this.followingCount, 557 followingCount: this.followingCount,
558 followersCount: this.followersCount, 558 followersCount: this.followersCount,
559 banner, 559 banner,
560 createdAt: this.getCreatedAt(), 560 createdAt: this.getCreatedAt()
561 updatedAt: this.updatedAt
562 }) 561 })
563 } 562 }
564 563