mirror of
https://github.com/chatmail/core.git
synced 2026-04-24 17:06:28 +03:00
Remove TODOs
This commit is contained in:
@@ -131,7 +131,6 @@ impl SchedulerState {
|
|||||||
None => return,
|
None => return,
|
||||||
};
|
};
|
||||||
drop(inner);
|
drop(inner);
|
||||||
// TODO: maybe this called code should move into scheduler.maybe_network() instead?
|
|
||||||
connectivity::idle_interrupted(inbox, oboxes).await;
|
connectivity::idle_interrupted(inbox, oboxes).await;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -149,8 +148,6 @@ impl SchedulerState {
|
|||||||
None => return,
|
None => return,
|
||||||
};
|
};
|
||||||
drop(inner);
|
drop(inner);
|
||||||
// TODO; maybe this called code should move into scheduler.maybe_network_lost()
|
|
||||||
// instead?
|
|
||||||
connectivity::maybe_network_lost(context, stores).await;
|
connectivity::maybe_network_lost(context, stores).await;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user