mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
When a realm emoji overrides a default emoji, `:emoji_name:` now renders as the realm emoji. Still, the typeahead menu would misleadingly show the now overridden default emoji for the same name. Selecting it would render as the realm emoji, which is very confusing user experience. Now when selecting the emojis to suggest in the typeahead, the overridden default emojis are excluded. Fixes part of #24120.