User Details
User Details
- User Since
- Feb 4 2016, 10:58 PM (459 w, 4 d)
- Availability
- Available
Feb 21 2017
Feb 21 2017
ofbeaton awarded T10279: Allow bot users to see email addresses of users a Like token.
Feb 6 2016
Feb 6 2016
kemurphy added a comment to T10279: Allow bot users to see email addresses of users.
It's a very simple hook to listen to the Phabricator feed, figure out who is subscribed to the object that is the subject of the feed, and ping them in Slack. The goal was to make it stateless so it could be used as an AWS lambda. It's done wonders for our review response time.
kemurphy added a comment to T10279: Allow bot users to see email addresses of users.
The plugin approach will probably work fine for us. Thanks @epriestley.
Feb 5 2016
Feb 5 2016
kemurphy added a comment to T10279: Allow bot users to see email addresses of users.
I believe I described the root problem already, but just to be extra super clear:
Feb 4 2016
Feb 4 2016
kemurphy added a comment to rP705c1e649872: Fix an issue with user.whoami.
Not exposing email addresses with user.query makes it difficult to do things like associate phabricator users with slack users for bots that post phabricator notifications to slack :(