mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
Add missing unicode range to text: replace(inline.breaks.text)
This is a followup of #2297.
This commit is contained in:
@@ -543,7 +543,7 @@ inline.zulip = merge({}, inline.breaks, {
|
|||||||
gravatar: /^!gravatar\(([^)]+)\)/,
|
gravatar: /^!gravatar\(([^)]+)\)/,
|
||||||
realm_filters: [],
|
realm_filters: [],
|
||||||
text: replace(inline.breaks.text)
|
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])|')
|
||||||
(']|', '#@:]|')
|
(']|', '#@:]|')
|
||||||
()
|
()
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user