Skip to content

Commit fae1bc4

Browse files
claucambramgallien
authored andcommitted
shell_integration/macOS/FileProviderUIExt: Append internal link share to fetched shares
Signed-off-by: Claudio Cambra <[email protected]>
1 parent 5dac5df commit fae1bc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Sharing/ShareTableViewDataSource.swift

+1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ class ShareTableViewDataSource: NSObject, NSTableViewDataSource, NSTableViewDele
129129
shares = await fetch(
130130
itemIdentifier: itemIdentifier, itemRelativePath: serverPathString
131131
)
132+
shares.append(Self.generateInternalShare(for: itemMetadata))
132133
} catch let error {
133134
presentError("Could not reload data: \(error), will try again.")
134135
reattempt()

0 commit comments

Comments
 (0)