Ripcord Dev Logo Ripcord Development — View Ticket Login or Create Account
Ticket UUID: 0567e1b8a82d6669ca1cc33761282108f76bb3b5
Title: Emojis in bot block kit links
Status: Open Type: Feature_Request
Severity: Priority:
Subsystem: Slack Resolution:
Last Modified: 2019-11-27 09:26:34
Version Found In: 0.4.21
JerwuQu2019-11-27 09:26:34

In bot "block kit" block sections, links formatted as *<http://example.com|:emoji_code: ...>* don't show the emoji in the link, but instead just show the emoji code in the link. This is different to how it's shown in the official client.

To reproduce, send a bot message with the following json: {"blocks":[{"type":"section","fields":[{"type":"mrkdwn","text":"*<http://example.com|:herb: Example>*\nHello"}]}]}

I recommend trying it out and comparing to how it looks in the official block kit builder.