Skip to content

Commit

Permalink
Unnecessary changes
Browse files Browse the repository at this point in the history
Signed-off-by: alex-z <[email protected]>
  • Loading branch information
allexzander committed Mar 10, 2024
1 parent b8d1563 commit 772a3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsync/discovery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1414,7 +1414,7 @@ void ProcessDirectoryJob::processFileAnalyzeLocalInfo(

//
// If it's not a move it's just a local-NEW
if (!isMove || (isE2eeMove && !isE2eeMoveOnleneOnlyItemWithCfApi)) {
if (!isMove || (isE2eeMove && !isE2eeMoveOnleneOnlyItemWithCfApi)) {
if (base.isE2eEncrypted()) {
// renaming the encrypted folder is done via remove + re-upload hence we need to mark the newly created folder as encrypted
// base is a record in the SyncJournal database that contains the data about the being-renamed folder with it's old name and encryption information
Expand Down

0 comments on commit 772a3bb

Please sign in to comment.