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 f77076b commit 4e4438eCopy full SHA for 4e4438e
DemoAppSwiftUI/ChannelHeader/NewChatViewModel.swift
@@ -97,7 +97,7 @@ class NewChatViewModel: ObservableObject, ChatUserSearchControllerDelegate {
97
98
if !loadingNextUsers {
99
loadingNextUsers = true
100
- searchController.loadNextUsers(limit: 50) { [weak self] _ in
+ searchController.loadNextUsers { [weak self] _ in
101
guard let self = self else { return }
102
self.chatUsers = self.searchController.userArray
103
self.loadingNextUsers = false
0 commit comments