mastodon/app
Claire 55bef1e34f
Fix quickly switching notification filters resulting in empty or incorrect list (#19052)
Follow-up to #18960

The aforementioned PR fixed an issue in which switching notification filters
while notifications were loading prevented the query for the new filter from
running, but another issue remained: if the first query completed after the
second one, its results would override the second one, thus leading to the
same issue.

This commit cancels the first request if it is still running, before issuing
the second one.
2022-08-25 17:36:54 +02:00
..
chewy
controllers Add ability to filter individual posts (#18945) 2022-08-25 04:27:47 +02:00
helpers
javascript Fix quickly switching notification filters resulting in empty or incorrect list (#19052) 2022-08-25 17:36:54 +02:00
lib Support "http_hidden_proxy" ENV var for hidden service only proxy (#18427) 2022-08-25 04:41:14 +02:00
mailers
models Add option for EMAIL_DOMAIN_DENYLIST/EMAIL_DOMAIN_ALLOWLIST to apply after confirmation (#18642) 2022-08-25 04:31:10 +02:00
policies
presenters Add ability to filter individual posts (#18945) 2022-08-25 04:27:47 +02:00
serializers Add ability to filter individual posts (#18945) 2022-08-25 04:27:47 +02:00
services
validators
views Use type="color" on badge color input field (#18825) 2022-08-25 04:38:34 +02:00
workers