Skip to content

Commit 3c77140

Browse files
committed
shell_integration/macOS/FileProviderUIExt: Append internal link share to fetched shares
Signed-off-by: Claudio Cambra <[email protected]>
1 parent a8320e7 commit 3c77140

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
@@ -126,6 +126,7 @@ class ShareTableViewDataSource: NSObject, NSTableViewDataSource, NSTableViewDele
126126
shares = await fetch(
127127
itemIdentifier: itemIdentifier, itemRelativePath: serverPathString
128128
)
129+
shares.append(Self.generateInternalShare(for: itemMetadata))
129130
} catch let error {
130131
presentError("Could not reload data: \(error), will try again.")
131132
reattempt()

0 commit comments

Comments
 (0)