You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
letresult:Set<String>?=awaitperformRealmReadAsync{ realm in
62
63
letmetadatas= realm.objects(tableMetadata.self)
63
64
.filter("account == %@ AND autoUploadServerUrlBase == %@ AND status IN %@", account, autoUploadServerUrlBase,NCGlobal.shared.metadataStatusUploadingAllMode)
@@ -78,7 +79,8 @@ extension NCManageDatabase {
78
79
/// - account: The account identifier.
79
80
/// - autoUploadServerUrlBase: The server base URL for auto-upload.
80
81
/// - Returns: The most recent upload `Date`, or `nil` if no entry exists.
0 commit comments