mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-13 07:49:29 +00:00
Fix non-grouped notifications not loading on page load (#31514)
This commit is contained in:
@@ -13,6 +13,6 @@ export const initializeNotifications = createAppAsyncThunk(
|
||||
) as boolean;
|
||||
|
||||
if (enableBeta) void dispatch(fetchNotifications());
|
||||
else void dispatch(expandNotifications());
|
||||
else void dispatch(expandNotifications({}));
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user