forked from destinygg/chat-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use new message type to update users (destinygg#308)
* Add field for user ID This allows updating a user by ID. Updating by username is not possible because usernames can change. * Set the user on `UPDATEUSER` events `onDISPATCH` will handle updates to users who aren't the authenticated users. * Handle updates by ID rather than by username When handling by username, changes to usernames aren't processed correctly. * Delete handler for now-unused `REFRESH` messages
- Loading branch information
Showing
3 changed files
with
22 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters