forked from conversejs/converse.js
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: trying to use emojis with an uppercase letter breaks the message…
… field. Previoux fix (conversejs#3501) was wrong and introduced other issues: * impossible to define an emoji with uppercase letters * possible to use an emoji 🔤 by using :Abc:, but it won't display So, the correct fix is just to remove the 'i' modifier for the shortname_regex, to always have case sensitive emojis.
- Loading branch information
1 parent
61d4683
commit 2918321
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters