Rescue follow/unfollow event in websocket for misskey

This commit is contained in:
AkiraFukushima 2020-03-19 00:29:39 +09:00
parent 59e4d62410
commit 891ebbd1b3

View file

@ -383,6 +383,8 @@ export class Parser extends EventEmitter {
// When renote and followed event, the same notification will be received.
case 'renote':
case 'followed':
case 'follow':
case 'unfollow':
case 'receiveFollowRequest':
case 'meUpdated':
case 'readAllNotifications':