exoplatform / chat-application

Chat application
GNU Affero General Public License v3.0
38 stars 57 forks source link

fix : Emojis aren't recognized after the break line in the chat message - EXO-65070 (#656) #658

Closed sofyenne closed 9 months ago

sofyenne commented 9 months ago

Before this change, emojis weren't recognized after a line break in the chat message. This was due to HTML character entity encoding, which encodes reserved or special characters, including the < and > characters. This change adds a regular expression to match these encoded reserved characters.

sonarcloud[bot] commented 9 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication