Skip to content

Commit

Permalink
remove from sync start
Browse files Browse the repository at this point in the history
  • Loading branch information
latter-bolden committed Dec 5, 2024
1 parent 60149ae commit dcd26a0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/shared/src/store/sync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {
INFINITE_ACTIVITY_QUERY_KEY,
resetActivityFetchers,
} from '../store/useActivityFetchers';
import { findContactSuggestions } from './contactActions';
import { useLureState } from './lure';
import { getSyncing, updateIsSyncing, updateSession } from './session';
import { SyncCtx, SyncPriority, syncQueue } from './syncQueue';
Expand Down Expand Up @@ -1175,10 +1174,6 @@ export const syncStart = async (alreadySubscribed?: boolean) => {
});

updateIsSyncing(false);

// finding contacts is a bit of an outlier here, but it's work we need to do
// that can roughly be batched whenever we sync
findContactSuggestions();
};

export const setupHighPrioritySubscriptions = async (ctx?: SyncCtx) => {
Expand Down

0 comments on commit dcd26a0

Please sign in to comment.