diff options
Diffstat (limited to 'src/models/notification.ts')
| -rw-r--r-- | src/models/notification.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/models/notification.ts b/src/models/notification.ts index c4cf1e4efd..875c6952b5 100644 --- a/src/models/notification.ts +++ b/src/models/notification.ts @@ -111,6 +111,7 @@ export const pack = (notification: any) => new Promise<any>(async (resolve, reje switch (_notification.type) { case 'follow': + case 'receiveFollowRequest': // nope break; case 'mention': |