Skip to content

Commit 3d1e811

Browse files
IPM-1898: Change userInfoUpdated to userUpdated
1 parent 1713d29 commit 3d1e811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ip-messaging/reachability-indicator/process-user-updates/process-user-updates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// function called after client init to set up event handlers
22
function registerEventHandlers() {
33
// Register UserInfo specific event handler
4-
chatClient.on('userInfoUpdated', handleUserUpdate(user));
4+
chatClient.on('userUpdated', handleUserUpdate(user));
55
}
66

77
// function to handle any UserInfo updates

0 commit comments

Comments
 (0)