Fix READY bug when logging in with email/password, add UserUpdate packet handler

This commit is contained in:
hydrabolt
2016-04-17 18:37:15 +01:00
parent abc3f9e2fa
commit 685d7b622c
5 changed files with 50 additions and 3 deletions

View File

@@ -92,6 +92,7 @@ const Events = exports.Events = {
CHANNEL_DELETE: 'channelDelete',
CHANNEL_UPDATE: 'channelUpdate',
PRESENCE_UPDATE: 'presenceUpdate',
USER_UPDATE: 'userUpdate',
WARN: 'warn',
};