-
Notifications
You must be signed in to change notification settings - Fork 0
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
Arbitary mentions #6
Comments
This'd make the project more immediately useful to consumers beyond Unsplash. (NB our hosted instance can't be used by anyone else as it's tied to our Slack token.) |
Yep, we could: https://api.slack.com/methods/usergroups.list It'd be mostly a copy/paste of how we handle channel names, meaning we'd inherit #5. |
Example response: {
"ok": true,
"usergroups": [
{
"id": "SAWPVDSUW",
"name": "Web Team",
"handle": "web-team"
}
]
}
So our call sites would need to change from |
Suggested plan:
|
We support dynamically mapping channel names to IDs. Could we do the same for user and/or group mentions?:
mercury/src/slack/mention.rs
Line 6 in 4b0b337
The text was updated successfully, but these errors were encountered: