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
After rewriting the slack adapter with the refactored adapter protocol, it looks like we missed private channels (probably because we didn't have an integration test running against them). Let's add back support for them. As far as I can tell, all we need to do is accept both channel and group ids where we are currently only match on channel ids.
After rewriting the slack adapter with the refactored adapter protocol, it looks like we missed private channels (probably because we didn't have an integration test running against them). Let's add back support for them. As far as I can tell, all we need to do is accept both channel and group ids where we are currently only match on channel ids.
Thanks for the heads up @pygillier.
The text was updated successfully, but these errors were encountered: