feat(server/client): I have no words, hopefully this lesser abstraction and webdav tracking works now

This commit is contained in:
perf3ct
2025-07-27 19:29:45 +00:00
parent 2c0ef814d9
commit 023d424293
48 changed files with 3691 additions and 2225 deletions
@@ -61,12 +61,13 @@ async fn create_test_app_state() -> Arc<AppState> {
));
Arc::new(AppState {
db,
db: db.clone(),
config,
webdav_scheduler: None,
source_scheduler: None,
queue_service,
oidc_client: None,
sync_progress_tracker: std::sync::Arc::new(readur::services::sync_progress_tracker::SyncProgressTracker::new()),
})
}