chinwagsocial/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 Let votes statuses are also searchable (#18070) 2022-04-23 21:47:27 +02:00
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 Fix error caused by missing subject in Webfinger response (#18204) 2022-05-01 00:37:46 +02:00
mailers Fix failure when sending warning emails with custom text (#17983) 2022-04-07 14:47:30 +02:00
models Fix account warnings not being recorded in audit log (#18338) 2022-05-06 21:40:20 +02:00
policies Remove sign-in token authentication, instead send e-mail about new sign-in (#17970) 2022-04-06 20:58:12 +02:00
presenters Add /api/v1/accounts/familiar_followers to REST API (#17700) 2022-03-07 09:36:47 +01:00
serializers Fix web push notifications containing HTML entities (#18071) 2022-04-23 21:47:43 +02:00
services Allow VerifyLinkService to accept backlinks with differing case (#18320) 2022-05-06 00:41:42 +02:00
validators Remove IP matching from e-mail domain blocks (#18190) 2022-04-29 23:27:03 +02:00
views Fix ambiguous wording on appeal actions (#18328) 2022-05-06 21:41:34 +02:00
workers Remove IP matching from e-mail domain blocks (#18190) 2022-04-29 23:27:03 +02:00