mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 17:07:07 +00:00
Since emojis can have multiple aliases, an emoji was often suggested under multiple names (like `smiling devil` / `smiling imp`), crowding typeahead suggestions redundantly, and taking up the place of other potentially relevant emoji suggestions. Now such duplicates are removed post the sorting of suggested emojis, and only the most relevantly named (highest sorted) copy is retained.