HubSpot / slack-client

An asynchronous HTTP client for Slack's web API
Apache License 2.0
114 stars 53 forks source link

Add `isShared` field to `SlackChannel`. #296

Closed nliutyi-hs closed 2 years ago

nliutyi-hs commented 2 years ago

The field is added so that all channels stored in the cache could have isShared field, which will allow us to do filtering out shared channels, no matter if they are fetched from API or cache.