mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-04 21:02:35 +08:00
This PR fixes an issue where Slack emojis are rendered as text
shortcodes (e.g. 🚀) instead of the actual emoji characters in
Chatwoot messages.
It introduces a new EmojiFormatter class that uses the emoji-data
mapping to convert shortcodes to unicode characters.
---------
Co-authored-by: Sony Mathew <sony@chatwoot.com>
Co-authored-by: Sony Mathew <2040199+sony-mathew@users.noreply.github.com>
|
||
|---|---|---|
| .. | ||
| channel_builder.rb | ||
| emoji_formatter.rb | ||
| hook_builder.rb | ||
| incoming_message_builder.rb | ||
| link_unfurl_formatter.rb | ||
| send_on_slack_service.rb | ||
| slack_link_unfurl_service.rb | ||
| slack_message_helper.rb | ||
| update_slack_message_service.rb | ||