Unfurl Slack http and email links
Goal
Incoming messages are broken after automatic parsing and replacing messages by the Slack side if they consists strings like tablename.id or host = '@gmail.com'
We have to unfurl them back.
TODO / How to implement
Add regular expressions for Slack incoming event to unfurl links.
Acceptance criteria
Incoming messages containing such strings are not broken anymore
Edited by Artyom Kartasov