diff options
Diffstat (limited to 'server/models')
-rw-r--r-- | server/models/account/user-notification.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/models/account/user-notification.ts b/server/models/account/user-notification.ts index ccf8277ab..33480f3b5 100644 --- a/server/models/account/user-notification.ts +++ b/server/models/account/user-notification.ts | |||
@@ -119,7 +119,7 @@ function buildAccountInclude (required: boolean, withActor = false) { | |||
119 | }, | 119 | }, |
120 | 120 | ||
121 | { | 121 | { |
122 | attributes: [ 'id' ], | 122 | attributes: [ 'id', 'state' ], |
123 | model: () => ActorFollowModel.unscoped(), | 123 | model: () => ActorFollowModel.unscoped(), |
124 | required: false, | 124 | required: false, |
125 | include: [ | 125 | include: [ |