Fixes notification display issues when user or team names contain emojis
and special characters. Previously, mention notifications would show
URL-encoded characters instead of properly formatted names with emojis.
**Before:**
Notification: "John Doe: Hey @%F0%9F%91%8D%20customer%20support please
check this"
**After:**
Notification: "John Doe: Hey @👍 customer support please check this"
|
||
|---|---|---|
| .. | ||
| linear | ||
| shopify | ||
| billing_helper_spec.rb | ||
| cache_keys_helper_spec.rb | ||
| contact_helper_spec.rb | ||
| email_helper_spec.rb | ||
| frontend_urls_helper_spec.rb | ||
| message_format_helper_spec.rb | ||
| portal_helper_spec.rb | ||
| url_helper_spec.rb | ||