Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use rtm.start when store is set to any subclass of Slack::RealTime::Stores::Store #172

Merged
merged 1 commit into from
Sep 20, 2017

Conversation

kstole
Copy link
Collaborator

@kstole kstole commented Sep 19, 2017

Currently, the default store_class is Slack::RealTime::Store, but rtm_start_method checks for Slack::RealTime::Stores::Store when selecting :rtm_start. This change allows subclasses to also use :rtm_start.

@dblock
Copy link
Collaborator

dblock commented Sep 20, 2017

This needs a test and a CHANGELOG entry please. Might make it into 0.10.0 if you hurry :) Re: #170

@kstole
Copy link
Collaborator Author

kstole commented Sep 20, 2017

Updated tests. The client_spec was a bit out of order and I didn't overhaul it fully but hopefully an improvement overall 👍

@dblock dblock merged commit eb9e29c into slack-ruby:master Sep 20, 2017
@dblock
Copy link
Collaborator

dblock commented Sep 20, 2017

Very good, much thanks.

@kstole kstole deleted the detect_store branch October 1, 2022 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants