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
deltachat-desktop/src/renderer/components/message/MessageBody.tsx
Line 18 in 69fe2c6
I'm no regex expert but I suspect this will recognize messages even when they don't only consist of emoji. See example:
The text was updated successfully, but these errors were encountered:
not the right regex / code line but thanks for the bug report.
Sorry, something went wrong.
@jeifour which DeltaChat version are you using?
Edit: I reproduced it, looks like it sees Kana as emojis (is kana the right term? I have it from https://www.linguajunkie.com/japanese/japanese-alphabet)
reindroduce a real emoji regex
dd7c1fe
(turns out that the regex that contains all emojis is better than the one that I found online) fixes #1989
Simon-Laux
Successfully merging a pull request may close this issue.
deltachat-desktop/src/renderer/components/message/MessageBody.tsx
Line 18 in 69fe2c6
I'm no regex expert but I suspect this will recognize messages even when they don't only consist of emoji. See example:
The text was updated successfully, but these errors were encountered: