mrkaye97 / slackr

An R package for sending messages from R to Slack
https://matthewrkaye.com/slackr/
Other
307 stars 83 forks source link

`slackr_ims` was not correctly returning the channel IDs. #166

Closed jcrodriguez1989 closed 3 years ago

jcrodriguez1989 commented 3 years ago

slackr_ims was left_joining users.list and conversations.list by id, but conversations.list's id is the ID of the channel. I think the correct way would be to join users.list's id with conversations.list's user.