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(message-parser): Thumbs emoji becoming phone number #858

Merged
merged 4 commits into from
Oct 3, 2022

Conversation

hugocostadev
Copy link
Contributor

@hugocostadev hugocostadev commented Sep 30, 2022

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