GrafeasGroup / blossom

The website. The app. The everything.
6 stars 3 forks source link

Get Reddit username from Slack profile through custom field #380

Closed TimJentzsch closed 2 years ago

TimJentzsch commented 2 years ago

The check system needs to determine the Reddit username of the mods through their Slack profile. Previously, we enforced setting the display name to the Reddit username. However, we now have the possibility to use the custom "Reddit Username" field, which we should now use for detection. This will allow the users to set their display name back to whatever they want.

TimJentzsch commented 2 years ago

See also https://api.slack.com/methods/users.profile.get and https://api.slack.com/methods/users.profile.set for how the fields key works.