mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-03-18 09:20:48 -04:00
Fix notification polling showing a loading bar in web UI (#32960)
This commit is contained in:
parent
1005b2f7b2
commit
fa2625a0d9
@ -141,6 +141,9 @@ export const pollRecentNotifications = createDataLoadingThunk(
|
||||
|
||||
return { notifications };
|
||||
},
|
||||
{
|
||||
useLoadingBar: false,
|
||||
},
|
||||
);
|
||||
|
||||
export const processNewNotificationForGroups = createAppAsyncThunk(
|
||||
|
Loading…
x
Reference in New Issue
Block a user