mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
When a user clicked the current emoji format in "display settings", we'd show an infinite loading spinner (basically as a side effect of trying to tell the server to change the emoji format to what it already was). Fix this by aborting early if the emoji format is already the option that the user clicked. Fixes #13684.