mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Merge pull request #8573 from nextcloud/bugfix/noid/macos-vfs-initial-sync-state
fix(macOS): report `Success` as the initial sync state for VFS
This commit is contained in:
commit
c3a20affdf
@ -96,7 +96,7 @@ void FileProviderSocketController::parseReceivedLine(const QString &receivedLine
|
||||
_accountState = FileProviderDomainManager::accountStateFromFileProviderDomainIdentifier(domainIdentifier);
|
||||
sendIgnoreList();
|
||||
sendAccountDetails();
|
||||
reportSyncState("SYNC_PREPARING");
|
||||
reportSyncState("SYNC_FINISHED");
|
||||
return;
|
||||
} else if (command == "FILE_PROVIDER_DOMAIN_SYNC_STATE_CHANGE") {
|
||||
reportSyncState(argument);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user