mastodon/app
Claire f17e73da09
Fix streaming notifications not using quick filter logic (#18316)
Fixes #18309

The quickFilter logic was used on display and to request new notification
pages, but not for live updates. The main issue this caused is bump the unread
notifications count regardless of the quickFilter setting.

Since notifications are re-fetched when changing quickFilter settings, it is
safe to drop live notifications that do not match the selected filter.
2022-05-07 04:50:40 +02:00
..
chewy
controllers Fix error when looking handle with surrounding spaces (#18225) 2022-05-02 01:00:08 +02:00
helpers Replace leftover `envelope` icons with `at` icons (#18305) 2022-05-06 00:41:56 +02:00
javascript Fix streaming notifications not using quick filter logic (#18316) 2022-05-07 04:50:40 +02:00
lib
mailers
models Fix account warnings not being recorded in audit log (#18338) 2022-05-06 21:40:20 +02:00
policies
presenters
serializers
services Allow VerifyLinkService to accept backlinks with differing case (#18320) 2022-05-06 00:41:42 +02:00
validators
views Fix ambiguous wording on appeal actions (#18328) 2022-05-06 21:41:34 +02:00
workers