mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
[CSE] Store the encryption status without the webdav url
The Folder information on the desktop client doesn't knows about the webdav layout aparently.
This commit is contained in:
parent
d2d2df4c75
commit
dd903d447f
@ -1205,7 +1205,7 @@ bool GetFolderEncryptStatus::finished()
|
||||
}
|
||||
|
||||
if (!currFile.isEmpty() && currEncryptedStatus != -1) {
|
||||
folderStatus.insert(currFile, currEncryptedStatus);
|
||||
folderStatus.insert(currFile.remove("/remote.php/webdav/"), currEncryptedStatus);
|
||||
currFile.clear();
|
||||
currEncryptedStatus = -1;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user