Closed sergey-morenets closed 2 years ago
Fixed on my fork in https://github.com/moults31/simple-slack-api/pull/5. It's a simple fix as expected, but note that it depends on #283 if you don't have a legacy Slack app.
Fixed on my fork in moults31#5. It's a simple fix as expected, but note that it depends on #283 if you don't have a legacy Slack app.
Thank you, @moults31
Hi @bcorne
When are you going to publish new version? It seems that 1.3.0(last published) doesn't contain this fix.
Hi
Current implementation of inviteToChannel method uses "user" parameter to pass user identifier to Slack API:
However current conversations.invite command uses "users" argument (https://api.slack.com/methods/conversations.invite). So any request to invite a valid user to the channel always returns "no_user" error.