Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Sep 12, 2023

Conversation

sofyenne
Copy link
Member

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.

@exo-swf exo-swf added the partialCIBuild Perform Partial CI Build label Sep 11, 2023
@sofyenne sofyenne enabled auto-merge (squash) September 12, 2023 11:18
@sonarcloud
Copy link

sonarcloud bot commented Sep 12, 2023

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

@sofyenne sofyenne merged commit c915f17 into feature/maintenance Sep 12, 2023
4 checks passed
@sofyenne sofyenne deleted the Task/65070 branch September 12, 2023 11:20
sofyenne added a commit that referenced this pull request Sep 13, 2023
…ge - EXO-65070 (#656)

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.
sofyenne added a commit that referenced this pull request Sep 13, 2023
…ge - EXO-65070 (#656)

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.
Jihed525 pushed a commit that referenced this pull request Sep 13, 2023
…ge - EXO-65070 (#656)

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.
Jihed525 pushed a commit that referenced this pull request Sep 13, 2023
…ge - EXO-65070 (#656)

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
partialCIBuild Perform Partial CI Build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants