From a6a4bb6599b186565afe58a76c78048f658fa358 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 2 Jun 2018 13:36:29 +0900 Subject: [PATCH] wip --- src/models/notification.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/models/notification.ts b/src/models/notification.ts index c4cf1e4efd..a17a892541 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':