Commit 6aaefe2 1 parent bbba8b4 commit 6aaefe2 Copy full SHA for 6aaefe2
File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ class CloudFederationShare implements ICloudFederationShare {
20
20
'ownerDisplayName ' => '' ,
21
21
'sharedBy ' => '' ,
22
22
'sharedByDisplayName ' => '' ,
23
+ 'sender ' => '' ,
24
+ 'senderDisplayName ' => '' ,
23
25
'protocol ' => []
24
26
];
25
27
@@ -155,6 +157,7 @@ public function setOwnerDisplayName($ownerDisplayName) {
155
157
*/
156
158
public function setSharedBy ($ sharedBy ) {
157
159
$ this ->share ['sharedBy ' ] = $ sharedBy ;
160
+ $ this ->share ['sender ' ] = $ sharedBy ;
158
161
}
159
162
160
163
/**
@@ -166,6 +169,7 @@ public function setSharedBy($sharedBy) {
166
169
*/
167
170
public function setSharedByDisplayName ($ sharedByDisplayName ) {
168
171
$ this ->share ['sharedByDisplayName ' ] = $ sharedByDisplayName ;
172
+ $ this ->share ['senderDisplayName ' ] = $ sharedByDisplayName ;
169
173
}
170
174
171
175
/**
You can’t perform that action at this time.
0 commit comments