diff options
Diffstat (limited to 'src/sync/mod.rs')
| -rw-r--r-- | src/sync/mod.rs | 1 |
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 }); |