mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +00:00
format
This commit is contained in:
parent
0abc7f41b4
commit
20ab8e2c0e
1 changed files with 1 additions and 2 deletions
|
@ -202,8 +202,7 @@ impl<T: DataSource> CommunityInboxCollector<T> {
|
|||
) -> Result<(HashMap<CommunityId, HashSet<Url>>, DateTime<Utc>)> {
|
||||
// update to time before fetch to ensure overlap. subtract some time to ensure overlap even if
|
||||
// published date is not exact
|
||||
let new_last_fetch =
|
||||
Utc::now() - *FOLLOW_ADDITIONS_RECHECK_DELAY / 2;
|
||||
let new_last_fetch = Utc::now() - *FOLLOW_ADDITIONS_RECHECK_DELAY / 2;
|
||||
|
||||
let inboxes = self
|
||||
.data_source
|
||||
|
|
Loading…
Reference in a new issue