aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/models/activitypub/actor.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/models/activitypub/actor.ts b/server/models/activitypub/actor.ts
index a6c724f26..19f3f7e04 100644
--- a/server/models/activitypub/actor.ts
+++ b/server/models/activitypub/actor.ts
@@ -545,7 +545,7 @@ export class ActorModel extends Model {
545 const base = this.toFormattedSummaryJSON() 545 const base = this.toFormattedSummaryJSON()
546 546
547 let banner: ActorImage = null 547 let banner: ActorImage = null
548 if (this.bannerId) { 548 if (this.Banner) {
549 banner = this.Banner.toFormattedJSON() 549 banner = this.Banner.toFormattedJSON()
550 } 550 }
551 551