Skip to content

Commit

Permalink
Ensure forcing a folder to be synced unpauses syncing on said folder
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
  • Loading branch information
claucambra committed Nov 9, 2022
1 parent ae6cd7c commit 5e04bfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/folderman.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,8 @@ void FolderMan::forceSyncForFolder(Folder *folder)
}

folder->slotWipeErrorBlacklist(); // issue #6757
folder->setSyncPaused(false);

// Insert the selected folder at the front of the queue
scheduleFolderNext(folder);
}
Expand Down

0 comments on commit 5e04bfb

Please sign in to comment.