Skip to content

Commit 3c28f9c

Browse files
committed
fix: Restored removed property initializer for lock token.
Signed-off-by: Iva Horn <iva.horn@nextcloud.com>
1 parent 62bb0e8 commit 3c28f9c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Sources/NextcloudFileProviderKit/Metadata/SendableItemMetadata.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ public struct SendableItemMetadata: ItemMetadata, Sendable {
184184
self.lockOwnerDisplayName = lockOwnerDisplayName
185185
self.lockTime = lockTime
186186
self.lockTimeOut = lockTimeOut
187+
self.lockToken = lockToken
187188
self.path = path
188189
self.permissions = permissions
189190
self.quotaUsedBytes = quotaUsedBytes

0 commit comments

Comments
 (0)