chinwagsocial/app/javascript/mastodon
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
..
actions Fix streaming notifications not using quick filter logic (#18316) 2022-05-07 04:50:40 +02:00
components Replace leftover envelope icons with at icons (#18305) 2022-05-06 00:41:56 +02:00
containers Spelling (#17705) 2022-03-06 22:51:40 +01:00
features Fix floating action button obscuring last element (#18332) 2022-05-06 21:40:49 +02:00
locales New Crowdin updates (#18255) 2022-05-06 21:53:22 +09:00
middleware
reducers Fix potentially missing statuses when reconnecting to websocket (#17981) 2022-04-07 16:08:17 +02:00
selectors
service_worker Add notifications for new sign-ups (#16953) 2022-02-23 16:45:22 +01:00
storage
store
utils
api.js
base_polyfills.js
blurhash.js
common.js
compare_id.js
extra_polyfills.js
initial_state.js
is_mobile.js
load_keyboard_extensions.js
load_polyfills.js
main.js
performance.js
ready.js
scroll.js
settings.js
stream.js
test_setup.js
uuid.js