Skip to content

Commit

Permalink
Merge pull request #272 from h3poteto/fix/misskey-websocket
Browse files Browse the repository at this point in the history
Rescue follow/unfollow event in websocket for misskey
  • Loading branch information
h3poteto authored Mar 18, 2020
2 parents b81e3a6 + 891ebbd commit 1e72800
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/misskey/web_socket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down

0 comments on commit 1e72800

Please sign in to comment.