mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
There is no guarantee that the code passed into parse_unicode_emoji_code is valid unicode. In the case that it is not, it might be better to return undefined instead of throwing an exception: to represent a non-parseable code. For context, mobile currently returns custom emojis as emojis with string names in their code property, instead of actual unicode. |
||
|---|---|---|
| .. | ||
| fenced_code.js | ||
| internal_url.js | ||
| internal_url.js.flow | ||
| poll_data.js | ||
| poll_data.js.flow | ||
| resolved_topic.js | ||
| resolved_topic.js.flow | ||
| typeahead.js | ||
| typeahead.js.flow | ||
| typing_status.js | ||
| typing_status.js.flow | ||