Empty Nickname in ChatName when using Slack app
The problem was explained https://gitlab.com/gitlab-org/gitlab-ee/issues/2629#note_33878099
In short, we create ChatName record when we get access_token. And the username is not provided by Slack in the response. So we need to make a separate query but it needs some additional permissions for that...