Fetch owned collections first
This commit is contained in:
parent
83be7e3e42
commit
aae4813959
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ class SyncService {
|
|||
if (!Configuration.instance.hasConfiguredAccount()) {
|
||||
return Future.error("Account not configured yet");
|
||||
}
|
||||
// TODO: Verify flow starting here
|
||||
// TODO: Verify collection sync on different device
|
||||
await CollectionsService.instance.sync();
|
||||
await _persistEncryptedFilesDiff();
|
||||
await _uploadDiff();
|
||||
|
|
Loading…
Add table
Reference in a new issue