Skip to content

Commit

Permalink
[Glitch] Fix notification polling showing a loading bar in web UI
Browse files Browse the repository at this point in the history
Port e856838 to glitch-soc

Signed-off-by: Claire <[email protected]>
  • Loading branch information
Gargron authored and ClearlyClaire committed Nov 24, 2024
1 parent 06c462e commit bcd2920
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/javascript/flavours/glitch/actions/notification_groups.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ export const pollRecentNotifications = createDataLoadingThunk(

return { notifications };
},
{
useLoadingBar: false,
},
);

export const processNewNotificationForGroups = createAppAsyncThunk(
Expand Down

0 comments on commit bcd2920

Please sign in to comment.