File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Assets/Plugins/StreamChat/Samples Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ public async Task UserUpdates()
120120 } ;
121121
122122// Upsert means: update user with a given ID or create a new one if it doesn't exist
123- var users = await Client . UpsertUsers ( new [ ] { createOrUpdateUser } ) ;
123+ var users = await Client . UpsertUsersAsync ( new [ ] { createOrUpdateUser } ) ;
124124 }
125125
126126 public async Task UserUpdatesMultiple ( )
@@ -150,7 +150,7 @@ public async Task UserUpdatesMultiple()
150150 } ;
151151
152152// Upsert means: update user with a given ID or create a new one if it doesn't exist
153- var users = await Client . UpsertUsers ( usersToCreateOrUpdate ) ;
153+ var users = await Client . UpsertUsersAsync ( usersToCreateOrUpdate ) ;
154154 }
155155
156156 #endregion
You can’t perform that action at this time.
0 commit comments