Skip to content

fix(message-parser): Thumbs emoji becoming phone number#858

Merged
gabriellsh merged 4 commits into
parser-issuesfrom
fix/thumbs_emoji
Oct 3, 2022
Merged

fix(message-parser): Thumbs emoji becoming phone number#858
gabriellsh merged 4 commits into
parser-issuesfrom
fix/thumbs_emoji

Conversation

@hugocostadev

@hugocostadev hugocostadev commented Sep 30, 2022

Copy link
Copy Markdown
Contributor

TC-102

Proposed changes (including videos or screenshots)

The regex validator for shortCode emojis was not include the plus sign (+), the proposed change was to create another variable to use with the inclusion of the plus missing char.

It's not make sense use the previous variable because it is used in other places, like username, channel names, that originally does not accept the plus char

Current behavior:
image

image

Fixed behavior:
image

Issue(s)

RocketChat/Rocket.Chat#26469

Further comments

hugocostadev and others added 3 commits October 3, 2022 09:59
…elage into fix/thumbs_emoji

* 'parser-issues' of github.com:RocketChat/Rocket.Chat.Fuselage:
  fix(message-parser): Update emoticon to output 😨 emoji (#851)
  chore(monorepo): security packages upgrade (#850)
  feat(fuselage): Adds wordbreak in Box Component (#853)
…Fuselage into fix/thumbs_emoji

* 'fix/thumbs_emoji' of github.com:RocketChat/Rocket.Chat.Fuselage:
@gabriellsh gabriellsh merged commit cfd5803 into parser-issues Oct 3, 2022
@gabriellsh gabriellsh deleted the fix/thumbs_emoji branch October 3, 2022 13:04
gabriellsh added a commit that referenced this pull request Oct 5, 2022
* Add first test

* fix: check if is emoticon to preserver colon character

* fix(message-parser): Thumbs emoji becoming phone number (#858)

Co-authored-by: gabriellsh <gabriel.henriques@rocket.chat>

* fix(message-parser): Link/URL parser issues (#855)

* feat(fuselage): Adds wordbreak in Box Component (#853)

* Fixing URL/links parsing issues

* restoring files from base branch

* replacing backstick with single quotes

Co-authored-by: Douglas Fabris <devfabris@gmail.com>

* fixing domainChar accepted chars (#861)

* temporarily removing emphasis support

Co-authored-by: Filipe Marins <filipemarins123@gmail.com>
Co-authored-by: Hugo Costa <hugocarreiracosta@gmail.com>
Co-authored-by: Douglas Fabris <devfabris@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants