Add missing unicode range to text: replace(inline.breaks.text)

This is a followup of #2297.
This commit is contained in:
hackerkid 2016-11-15 07:20:05 +05:30 committed by Tim Abbott
parent 59750a1cb9
commit 951f1d9cdb
1 changed files with 1 additions and 1 deletions

View File

@ -543,7 +543,7 @@ inline.zulip = merge({}, inline.breaks, {
gravatar: /^!gravatar\(([^)]+)\)/,
realm_filters: [],
text: replace(inline.breaks.text)
('|', '|(\ud83c[\udf00-\udfff]|\ud83d[\udc00-\ude4f]|\ud83d[\ude80-\udeff])|')
('|', '|(\ud83c[\udf00-\udfff]|\ud83d[\udc00-\ude4f]|\ud83d[\ude80-\udeff]|[\u2600-\u26FF]|[\u2700-\u27BF])|')
(']|', '#@:]|')
()
});