mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
The regex we were using didn't cover all the unicode blocks to which our emojis belong. This commit fixes the regex to include all the unicode blocks and also updates the corresponding JS regex in marked.js. Fixes: #3460.