yannickglt / alfred-slack

The Slack workflow for Alfred app
GNU General Public License v2.0
330 stars 31 forks source link

Update Slack API call to retrieve User data. #61

Closed mueller-stephan closed 4 years ago

mueller-stephan commented 4 years ago

The 'im.list' method of the Slack API is deprecated (https://api.slack.com/methods/im.list). The call is replaced with the corresponding call to 'conversations.list'. With the suggested changes, the user functionality works again.

andyjhall commented 4 years ago

Tested and working here!