mirror of
https://github.com/discourse/discourse.git
synced 2026-08-03 09:53:24 -05:00
This ensures that both "Emoji.exists?" and "Emoji[]" use the same lookup "algorithm" when trying to match an emoji "name" with an emoji in the database. This ensures the normalization of the name into a single value handles both skin tones and aliases. Closes #33130