|
@@ -321,6 +321,8 @@ class NCEntoToEndInterface : NSObject, OCNetworkingDelegate {
|
|
|
|
|
|
var token: NSString?
|
|
|
|
|
|
+ // Is the directory empty ?
|
|
|
+
|
|
|
// Remove all records e2eMetadata
|
|
|
NCManageDatabase.sharedInstance.deleteE2eEncryption(predicate: NSPredicate(format: "account = %@ AND serverUrl = %@", appDelegate.activeAccount, serverUrl))
|
|
|
|
|
@@ -338,6 +340,8 @@ class NCEntoToEndInterface : NSObject, OCNetworkingDelegate {
|
|
|
|
|
|
var token: NSString?
|
|
|
|
|
|
+ // Is the directory empty ?
|
|
|
+
|
|
|
// Remove all records e2eMetadata
|
|
|
NCManageDatabase.sharedInstance.deleteE2eEncryption(predicate: NSPredicate(format: "account = %@ AND serverUrl = %@", appDelegate.activeAccount, serverUrl))
|
|
|
|