We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In mentioned username, it is not detecting full username with the dot. For example, username like @hb.mehulmodi is only detecting hb
The text was updated successfully, but these errors were encountered:
Need to update the mention regex as below :
static let mentionPattern = "(?:^|\\s|$|[.])@[\\p{L}0-9_\\.]*"
Sorry, something went wrong.
I am having the same issue, did you edit the package files with this update to fix?
No branches or pull requests
In mentioned username, it is not detecting full username with the dot.
For example, username like @hb.mehulmodi is only detecting hb
The text was updated successfully, but these errors were encountered: