diff options
Diffstat (limited to 'server/controllers/api/users/my-notifications.ts')
-rw-r--r-- | server/controllers/api/users/my-notifications.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/server/controllers/api/users/my-notifications.ts b/server/controllers/api/users/my-notifications.ts index 0be51c128..050866960 100644 --- a/server/controllers/api/users/my-notifications.ts +++ b/server/controllers/api/users/my-notifications.ts | |||
@@ -77,7 +77,9 @@ async function updateNotificationSettings (req: express.Request, res: express.Re | |||
77 | newUserRegistration: body.newUserRegistration, | 77 | newUserRegistration: body.newUserRegistration, |
78 | commentMention: body.commentMention, | 78 | commentMention: body.commentMention, |
79 | newInstanceFollower: body.newInstanceFollower, | 79 | newInstanceFollower: body.newInstanceFollower, |
80 | autoInstanceFollowing: body.autoInstanceFollowing | 80 | autoInstanceFollowing: body.autoInstanceFollowing, |
81 | abuseNewMessage: body.abuseNewMessage, | ||
82 | abuseStateChange: body.abuseStateChange | ||
81 | } | 83 | } |
82 | 84 | ||
83 | await UserNotificationSettingModel.update(values, query) | 85 | await UserNotificationSettingModel.update(values, query) |