codewars / codewars.com

Issue tracker for Codewars
https://www.codewars.com
BSD 2-Clause "Simplified" License
2.1k stars 220 forks source link

CW-184: Emojis are not displayed in the notifications #2088

Open FArekkusu opened 4 years ago

FArekkusu commented 4 years ago

Notification without emoji:

image

The actual comment with emoji:

image

┆Issue is synchronized with this Clickup by Unito

kazk commented 4 years ago

Can you inspect the element in notification? Does it have <img>?

I originally thought it's the same issue as #1748 (server side vs client side), but that should show :joy: in the notification :/

FArekkusu commented 4 years ago

The notifications collapsed, and I can't see it anymore. Somebody has to leave a comment with an emoji, so a new notification gets generated.

FArekkusu commented 4 years ago

No, there's no <img> element:

image

kazk commented 4 years ago

Thanks, I found the code and it's stripping any HTML tags on purpose. Not sure about the reason behind it yet.

VanessaGreene commented 11 months ago

Thank you for flagging this, I have escalated this to our engineering team, CW-184. We will let you know if and when we have updated this.

kazk commented 11 months ago

This is not a duplicate of #1748.