-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #36340 #50069
base: master
Are you sure you want to change the base?
Fix #36340 #50069
Conversation
Signed-off-by: Michiel de Jong <[email protected]>
44982b9
to
6aaefe2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but you need to change the commit message to follow https://www.conventionalcommits.org/en/v1.0.0/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @michielbdejong. Please clean-up the commit message and should be good.
@@ -155,6 +157,7 @@ public function setOwnerDisplayName($ownerDisplayName) { | |||
*/ | |||
public function setSharedBy($sharedBy) { | |||
$this->share['sharedBy'] = $sharedBy; | |||
$this->share['sender'] = $sharedBy; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it a cloudId (Could be read like it should be from https://github.com/cs3org/OCM-API/blob/develop/spec.yaml#L526 ) or the user id?
Summary
Copy
sharedBy
andsharedByDisplayName
fields tosender
andsenderDisplayName
to allow non-Nextcloud implementations of Open Cloud Mesh to find this information when receiving a share from a nextcloud user.Checklist