We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add0139 commit 8030a9dCopy full SHA for 8030a9d
apps/federatedfilesharing/lib/OCM/CloudFederationProviderFiles.php
@@ -108,7 +108,7 @@ public function shareReceived(ICloudFederationShare $share) {
108
109
$token = $share->getShareSecret();
110
$name = $share->getResourceName();
111
- $owner = $share->getOwner();
+ $owner = $share->getOwnerDisplayName() ?: $share->getOwner();
112
$sharedBy = $share->getSharedByDisplayName();
113
$shareWith = $share->getShareWith();
114
$remoteId = $share->getProviderId();
0 commit comments