We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reproduced on CZO just now:
"zulip_version":"10.0-550-g2182f40bd5"
"zulip_feature_level":380
The text was updated successfully, but these errors were encountered:
Yeah, we should fix this.
Presumably this is due to the recent server change to make U+1F642 🙂 be called :slight_smile: instead of :smile::
:slight_smile:
:smile:
The fix will probably involve updating this code:
static final _popularCandidates = _generatePopularCandidates(); static List<EmojiCandidate> _generatePopularCandidates() { // … return [ // This list should match web: // https://github.com/zulip/zulip/blob/83a121c7e/web/shared/src/typeahead.ts#L22-L29 candidate('1f44d', '👍', ['+1', 'thumbs_up', 'like']), candidate('1f389', '🎉', ['tada']), candidate('1f642', '🙂', ['smile']),
The first step will be some refactoring to make that no longer static — it'll need to depend on zulipFeatureLevel.
zulipFeatureLevel
Sorry, something went wrong.
chrisbobbe
No branches or pull requests
Reproduced on CZO just now:
The text was updated successfully, but these errors were encountered: