diff options
Diffstat (limited to 'server/models/account/user-notification.ts')
-rw-r--r-- | server/models/account/user-notification.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/models/account/user-notification.ts b/server/models/account/user-notification.ts index 6cdbb827b..ccf8277ab 100644 --- a/server/models/account/user-notification.ts +++ b/server/models/account/user-notification.ts | |||
@@ -418,6 +418,7 @@ export class UserNotificationModel extends Model<UserNotificationModel> { | |||
418 | 418 | ||
419 | const actorFollow = this.ActorFollow ? { | 419 | const actorFollow = this.ActorFollow ? { |
420 | id: this.ActorFollow.id, | 420 | id: this.ActorFollow.id, |
421 | state: this.ActorFollow.state, | ||
421 | follower: { | 422 | follower: { |
422 | id: this.ActorFollow.ActorFollower.Account.id, | 423 | id: this.ActorFollow.ActorFollower.Account.id, |
423 | displayName: this.ActorFollow.ActorFollower.Account.getDisplayName(), | 424 | displayName: this.ActorFollow.ActorFollower.Account.getDisplayName(), |