Skip to content

Commit

Permalink
Fix notification polling showing a loading bar in web UI (mastodon#32960
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Gargron authored Nov 19, 2024
1 parent 06fcee0 commit e856838
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/javascript/mastodon/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 e856838

Please sign in to comment.