You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
3 years ago
..
chewy
controllers Fix error when looking handle with surrounding spaces (#18225) 3 years ago
helpers Replace leftover `envelope` icons with `at` icons (#18305) 3 years ago
javascript Fix streaming notifications not using quick filter logic (#18316) 3 years ago
lib
mailers
models Fix account warnings not being recorded in audit log (#18338) 3 years ago
policies
presenters
serializers
services Allow VerifyLinkService to accept backlinks with differing case (#18320) 3 years ago
validators
views Fix ambiguous wording on appeal actions (#18328) 3 years ago
workers