-
Notifications
You must be signed in to change notification settings - Fork 137
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
Added support for phone mention without expensify.sms
suffix
#645
Added support for phone mention without expensify.sms
suffix
#645
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will be a nice improvement
@deetergp I forgot to change this comment shall I raise another PR? expensify-common/lib/ExpensiMark.js Lines 160 to 161 in c0d4a94
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I could not make this work. Could you post the test steps and video of this working for Web? @FitseTLT
/** | ||
* Regex matching a text containing an e164 format phone number | ||
*/ | ||
readonly PHONE_PART: "\\+?[1-9]\\d{1,14}"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be in the CONST.jsx
file?
ah shoot @deetergp we probably shouldn't have merged this without any testing steps or test screenshots 😟 |
Confirmed locally that this does not work :( |
Gonna spin up a revert |
Yikes, that's my bad 😬 Thanks for putting up the revert @jasperhuangg. |
This PR will introduce support for phone mention without
expensify.sms
suffix.@c3024 @jasperhuangg
One question I have is now I have not made
+
sign to be mandatory in the beginning of the mention but we can make it mandatory. Need your thoughts on this.Fixed Issues
$ Expensify/App#33902
Tests
QA