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 { const base = this.toFormattedSummaryJSON() let banner: ActorImage = null - if (this.bannerId) { + if (this.Banner) { banner = this.Banner.toFormattedJSON() }