mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
Unicode emojis when rendered should display canonical short name. Similarly, the alt text should be of the format `:<short_name>:`. For both of these we currently display the actual unicode symbol. As some systems don't have the fonts necessary for displaying them properly, they are rendered as empty square blocks. This commit also ensures that the markup generated for emoji generated by canonical name and by an unicode emoji is same. Fixes: #5555.
3 lines
55 B
Python
3 lines
55 B
Python
ZULIP_VERSION = "1.6.0+git"
|
|
PROVISION_VERSION = '5.12'
|