mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-01 04:22:57 -05:00
[Glitch] Fix non-grouped notifications not loading on page load
Port 9ba7c90151463a6e4f7952317253fe8c113e9b0a to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
4c85fec993
commit
bdc0e0d27e
@ -13,6 +13,6 @@ export const initializeNotifications = createAppAsyncThunk(
|
|||||||
) as boolean;
|
) as boolean;
|
||||||
|
|
||||||
if (enableBeta) void dispatch(fetchNotifications());
|
if (enableBeta) void dispatch(fetchNotifications());
|
||||||
else void dispatch(expandNotifications());
|
else void dispatch(expandNotifications({}));
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user