mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
The original/legacy emoji reactions endpoints made use of HTTP PUT and didn't have an API that could correctly handle situations where the emoji names change over time. We stopped using the legacy endpoints some time ago, so we can remove them now. This requires straightforward updates to older tests that were still written against the legacy API. Fixes #12940.