stream-chat-ruby
stream-chat-ruby copied to clipboard
Stream Chat official Ruby API Client
Hi! We have a cron job that runs every evening syncing the chat configuration for all of our users. We saw that some of these requests would fail because of...
**Describe the bug** ``` channel.query_members( filter_conditions: { id: { "$in" => [user_id] } } ) ``` always returns all members when using the Ruby client. In this case `user_id =...
**Describe the bug** I've got code which, on visiting the "messenger" page for the first time, attempts to create a user and add them to a default list of channels....
[According to the documentation](https://getstream.io/chat/docs/ruby/update_users/?language=ruby), there should be a `restore_users` method exposed on the client. This method is missing in the ruby gem.
The main file in this gem is `lib/stream-chat.rb`. The gemspec is named `stream-chat.gemspec`. The "-ruby" part of the name is redundant in a Ruby gem name. With all that in...
# Submit a pull request ## CLA - [x] The code changes follow best practices - [x] Code changes are tested (add some information if not applicable) ## Description of...
# Submit a pull request ## CLA - [ ] I have signed the [Stream CLA](https://docs.google.com/forms/d/e/1FAIpQLScFKsKkAJI7mhCr7K9rEIOpqIDThrWxuvxnwUq2XkHyG154vQ/viewform) (required). - [ ] The code changes follow best practices - [ ] Code...