diff options
Diffstat (limited to 'src/sync/mod.rs')
| -rw-r--r-- | src/sync/mod.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sync/mod.rs b/src/sync/mod.rs index cd62380..36142e3 100644 --- a/src/sync/mod.rs +++ b/src/sync/mod.rs | |||
| @@ -2406,7 +2406,8 @@ impl SyncManager { | |||
| 2406 | } | 2406 | } |
| 2407 | 2407 | ||
| 2408 | // Register any new entries in repo_sync_index as StateOnly | 2408 | // Register any new entries in repo_sync_index as StateOnly |
| 2409 | let mut new_relay_urls: std::collections::HashSet<String> = std::collections::HashSet::new(); | 2409 | let mut new_relay_urls: std::collections::HashSet<String> = |
| 2410 | std::collections::HashSet::new(); | ||
| 2410 | { | 2411 | { |
| 2411 | let mut index = self.repo_sync_index.write().await; | 2412 | let mut index = self.repo_sync_index.write().await; |
| 2412 | for (repo_id, relays) in &announcements { | 2413 | for (repo_id, relays) in &announcements { |