1
0
mirror of https://github.com/MisskeyIO/misskey synced 2025-01-18 07:43:44 +09:00
This commit is contained in:
syuilo 2018-06-02 13:36:29 +09:00
parent 5ca8a0d886
commit a6a4bb6599

View File

@ -111,6 +111,7 @@ export const pack = (notification: any) => new Promise<any>(async (resolve, reje
switch (_notification.type) { switch (_notification.type) {
case 'follow': case 'follow':
case 'reciveFollowRequest':
// nope // nope
break; break;
case 'mention': case 'mention':