emoji: Bring back the feature of changing emojisets.

This is largely inspired by requests from people not liking the
Google's new emojiset. A lot of people were requesting to revert
back to old blobs emojiset so we are re-enabling this feature
after making relevant infrastructure changes for supporting google's
old blob emojiset and re-adding support for twitter emojiset.

Fixes: #10158.
This commit is contained in:
Harshit Bansal
2018-08-25 12:48:49 +05:30
committed by Tim Abbott
parent 88bfb9778b
commit e7311cdf5d
9 changed files with 70 additions and 31 deletions

View File

@@ -8,4 +8,4 @@ ZULIP_VERSION = "1.9.0-rc1+git"
# Typically, adding a dependency only requires a minor version bump, and
# removing a dependency requires a major version bump.
PROVISION_VERSION = '26.5'
PROVISION_VERSION = '26.6'