Skip to content

Commit 8b15993

Browse files
committed
feat(sync): test a chosen sync folder with the real write path (#1095)
1 parent ac029a9 commit 8b15993

18 files changed

Lines changed: 762 additions & 32 deletions

File tree

apps/desktop/src-tauri/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ use sync::{
119119
recover_dropbox_credentials_before_sync_configuration, recover_dropbox_credentials_on_startup,
120120
rollback_staged_dropbox_credentials, set_sync_path, sync_fs_create_dir, sync_fs_exists,
121121
sync_fs_remove_file, sync_fs_rename, sync_fs_stat, webdav_get_json, webdav_put_json,
122-
write_sync_file,
122+
test_sync_path, write_sync_file,
123123
DropboxStagedCredentialState, DropboxStartupRecoveryOutcome,
124124
};
125125
use sync::{
@@ -1623,6 +1623,7 @@ pub fn run() {
16231623
get_sync_path,
16241624
clear_sync_path,
16251625
set_sync_path,
1626+
test_sync_path,
16261627
get_sync_backend,
16271628
get_sync_cloud_provider,
16281629
get_sync_cloud_provider_state,

0 commit comments

Comments
 (0)