GrafeasGroup / blossom

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

Allow processing slack username pings with links in them #209

Closed itsthejoker closed 2 years ago

itsthejoker commented 2 years ago

Relevant issue: N/a

Description:

Enable processing of copy / pasted usernames with fancy links in slack.

Example, existing implementation:

@blossom reset itsthejoker  # would work
@blossom reset <https://reddit.com/example|itsthejoker>  # slack can automatically carry that formatting if copied and pasted, and this would not work

With this PR, both of those commands will function as expected. Also ported for the blacklist command.

Checklist: