You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.
I noticed that emails were not being passed into the response object. I think the issue lies within the SlackUser object:
https://github.com/litaio/lita-slack/blob/master/lib/lita/adapters/slack/slack_user.rb#L39
Currently this function:
Is unable to set the
@email
because the email value is stored undermetadata['profile']['email']
notmetadata['email']
. This fix resolved the issue:The text was updated successfully, but these errors were encountered: