[Glitch] Fix notification polling showing a loading bar in web UI
Port e856838e0c
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/2902/head
parent
06c462ed1a
commit
bcd2920e0c
|
@ -141,6 +141,9 @@ export const pollRecentNotifications = createDataLoadingThunk(
|
|||
|
||||
return { notifications };
|
||||
},
|
||||
{
|
||||
useLoadingBar: false,
|
||||
},
|
||||
);
|
||||
|
||||
export const processNewNotificationForGroups = createAppAsyncThunk(
|
||||
|
|
Loading…
Reference in New Issue