-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and retrieve display name (#193)
* Rename file to avoid confusion * Add function to get display name * Add function to update display name * Add socket hooks to activate based on display name related actions * Update dependencies in lockfile * Move all functions related to getting user info into one file * Make some socket calls REST API calls to avoid overloading traffic * Send JSON response on success * Fix error fetching connected user info * Re-added mailgun import * variable name updates and other minor fixes * Changed getConnectedUserDisplayName() to getConnectedUser(), and return all ConnectedUser document information. Updated /users?userId GET endpoint to match this change. * Minor comment change --------- Co-authored-by: h1divp <[email protected]>
- Loading branch information
1 parent
0c14ef7
commit 93b848b
Showing
4 changed files
with
150 additions
and
20 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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