You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jahseng-lee
changed the title
bug: client.create_token returning a token but silently failing to create a user
Querying members with a filter doesn't work
Oct 27, 2023
Describe the bug
always returns all members when using the Ruby client.
In this case
user_id = SecureRandom.hex
.I've used
byebug
to double check a validuser_id
was sent through in thefilter_conditions
yet I kept seeing a list of all users back.To Reproduce
filter_conditions: { id: { "$in" => [user_id] } }
inquery_members
Expected behavior
Only the user which matches
user_id
to be returnedPackage version
stream-chat-ruby (3.0.0)
Desktop (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: