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 Change algorithm of tootctl search deploy to improve performance (#18463) 2022-05-22 22:16:43 +02:00
controllers Add ability to filter individual posts (#18945) 2022-08-25 04:27:47 +02:00
helpers Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
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 Prevent use locale with empty string (#18543) 2022-05-28 14:32:08 +02:00
models Add option for EMAIL_DOMAIN_DENYLIST/EMAIL_DOMAIN_ALLOWLIST to apply after confirmation (#18642) 2022-08-25 04:31:10 +02:00
policies Add support for editing labelling of one's own role (#18812) 2022-07-17 13:37:30 +02:00
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 Add ability to block sign-ups from IP (#19037) 2022-08-24 19:00:37 +02:00
validators Add administrative webhooks (#18510) 2022-06-09 21:57:36 +02:00
views Use type="color" on badge color input field (#18825) 2022-08-25 04:38:34 +02:00
workers Add ability to follow hashtags (#18809) 2022-07-17 13:49:29 +02:00