Skip to content

Commit

Permalink
fix(client): Remove user update
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Crespi committed Mar 19, 2020
1 parent bca3923 commit d26290d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ export class IMClient extends Client {
disableEvents: {
TYPING_START: true,
PRESENCE_UPDATE: true,
VOICE_STATE_UPDATE: true
VOICE_STATE_UPDATE: true,
USER_UPDATE: true
},
restMode: true,
messageLimit: 2,
Expand Down

0 comments on commit d26290d

Please sign in to comment.