diff --git a/src/models/notification.ts b/src/models/notification.ts index c4cf1e4ef..a17a89254 100644 --- a/src/models/notification.ts +++ b/src/models/notification.ts @@ -111,6 +111,7 @@ export const pack = (notification: any) => new Promise(async (resolve, reje switch (_notification.type) { case 'follow': + case 'reciveFollowRequest': // nope break; case 'mention':