JujaLabs/teams-slack-bot

(Master) Replace all 'slackName' logic by 'slackId' logic

Closed this issue · 0 comments

In accordance with https://api.slack.com/changelog/2017-09-the-one-about-usernames

Create new branch 'hotfix_replace_slack_usernames_by_user_id' inherited of master.

  1. Change slackNamePattern;
  2. Replace all logic 'finding by slackNames' by 'finding by Ids'.
  3. Update tests