lib/config: Set DisableTempIndexes to true on receive-encrypted (#7701)

This commit is contained in:
Simon Frei
2021-05-20 22:33:23 +02:00
committed by GitHub
parent 5bdb6798a9
commit 0126188ba7
2 changed files with 28 additions and 0 deletions
+1
View File
@@ -214,6 +214,7 @@ func (f *FolderConfiguration) prepare(myID protocol.DeviceID, existingDevices ma
}
if f.Type == FolderTypeReceiveEncrypted {
f.DisableTempIndexes = true
f.IgnorePerms = true
}
}