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
{{ message }}
This repository was archived by the owner on Jun 4, 2018. It is now read-only.
I actually noticed this while using https://github.com/chrisgillis/slackwolf which has slack-client as a dependency. It'd be nice if there was a way to 'refresh' the data for an object; in this particular case I'd like to re-get the list of users in a channel, but I imagine being able to refresh most things would be nice. As it is now I can only force a disconnect and then re-connect, which repopulates all the objects with new data.
I see the actual API calls to fetch the data required are in ApiClient, but they're hidden away behind implementations of Channel and whatnot.