I am using the Filter.notEqual to search for users that are not my currentUserId, example:
let notCurrentUserFilter: Filter<UserListFilterScope> = .notEqual(.id, to: currentUserId)
I get a deprecation warning for using the .notEqual filter. Can you recommend a replacement for that?
StreamChat version: 4.68.0