Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix confusing with frozen slack account #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

belltailjp
Copy link
Owner

The current slack notification (mention after the training finishes) had two problems.

  • In case there are multiple users that have the same display name
    • This happens when only one user is active and others are already deactivated
  • Display Name vs Name
    • The current implementation looked at only "name"
    • But on Slack client, when sending a mension we use display name instead
      • So it is natural to use display name in chainer_slack_report too

This PR fixes both of them.

TODO: There is a case where display name becomes empty, although we can send mention using (apparently) real_name? Need to check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant