We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1713d29 commit 3d1e811Copy full SHA for 3d1e811
ip-messaging/reachability-indicator/process-user-updates/process-user-updates.js
@@ -1,7 +1,7 @@
1
// function called after client init to set up event handlers
2
function registerEventHandlers() {
3
// Register UserInfo specific event handler
4
- chatClient.on('userInfoUpdated', handleUserUpdate(user));
+ chatClient.on('userUpdated', handleUserUpdate(user));
5
}
6
7
// function to handle any UserInfo updates
0 commit comments