Merge pull request #272 from h3poteto/fix/misskey-websocket

Rescue follow/unfollow event in websocket for misskey
This commit is contained in:
AkiraFukushima 2020-03-19 01:27:24 +09:00 committed by GitHub
commit 1e72800e61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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':