upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/sync/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/sync/mod.rs')
-rw-r--r--src/sync/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sync/mod.rs b/src/sync/mod.rs
index bc8c428..226e681 100644
--- a/src/sync/mod.rs
+++ b/src/sync/mod.rs
@@ -1442,6 +1442,7 @@ impl SyncManager {
1442 self.service_domain.clone(), 1442 self.service_domain.clone(),
1443 Arc::clone(&self.repo_sync_index), 1443 Arc::clone(&self.repo_sync_index),
1444 action_tx, 1444 action_tx,
1445 self.database.clone(),
1445 ); 1446 );
1446 let subscriber_shutdown = shutdown_tx.subscribe(); 1447 let subscriber_shutdown = shutdown_tx.subscribe();
1447 tokio::spawn(async move { self_subscriber.run(Some(subscriber_shutdown)).await }); 1448 tokio::spawn(async move { self_subscriber.run(Some(subscriber_shutdown)).await });