diff --git a/app/javascript/mastodon/actions/notification_groups.ts b/app/javascript/mastodon/actions/notification_groups.ts index 9fb4846803..dc01fbedaf 100644 --- a/app/javascript/mastodon/actions/notification_groups.ts +++ b/app/javascript/mastodon/actions/notification_groups.ts @@ -33,7 +33,8 @@ export const fetchNotifications = createDataLoadingThunk( if (fetchedAccounts.length > 0) dispatch(importFetchedAccounts(fetchedAccounts)); - if (fetchedStatuses.length > 0) importFetchedStatuses(fetchedStatuses); + if (fetchedStatuses.length > 0) + dispatch(importFetchedStatuses(fetchedStatuses)); // dispatch(submitMarkers()); },