mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
1ea2f188cemistakenly introduced a `_rate_limit` member of the request, which was dutifully transcribed in3f9a5e1e17. However, `_rate_limit` was never read from, nor written to -- `_ratelimit` (with no middle `_`) was the dict that contained rate-limiting data. This `_ratelimit` dict was later renamed to the `_ratelimits_applied` list, ine86cfbdbd7, which became the `ratelimits_applied` request note field in03693cd27e. Remove the entirely unused `rate_limit` note, and properly copy the `ratelimits_applied` data into the new request.
3.3 KiB
3.3 KiB