mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
The `.refresh-failed-message button` was registering clicks even while the button was spinning (has already been clicked once). Thus a network request was sent for every subsequent click which raises an exception that the local id is not found in the message store as it had already been reifyed by the first request. Fixes #18375.