Skip to content

Commit

Permalink
fix: Set default value of fetchUnreadCount to true
Browse files Browse the repository at this point in the history
  • Loading branch information
Khongchai committed Oct 30, 2023
1 parent be40c19 commit af3c467
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const queryClient = new QueryClient({
const DEFAULT_FETCHING_STRATEGY: IFetchingStrategy = {
fetchUnseenCount: true,
fetchOrganization: true,
fetchUnreadCount: false,
fetchUnreadCount: true,
fetchNotifications: false,
fetchUserPreferences: false,
fetchUserGlobalPreferences: false,
Expand Down

0 comments on commit af3c467

Please sign in to comment.