]> source.dussan.org Git - nextcloud-server.git/commit
ShareByMailProvider: getAccessList: set both array keys 'public' and 'mail'
authorAdam Serbinski <adam@serbinski.com>
Thu, 26 Jan 2023 15:19:54 +0000 (10:19 -0500)
committerAdam Serbinski <37986043+ASerbinski@users.noreply.github.com>
Thu, 21 Mar 2024 22:25:31 +0000 (18:25 -0400)
commit01e32340af1d01ace001e2f3c39f16d9f6cccd6d
treedf915f32da5c135bb0e8a121c77691b8b64e5179
parent34ca6bd46ad926e23280d46f1591c60119724875
ShareByMailProvider: getAccessList: set both array keys 'public' and 'mail'

To preserve prior behaviour where 'public' was set 'true' if there
are any mail recipients. The 'mail' key will be an array of email
recipients.

Signed-off-by: Adam Serbinski <adam@serbinski.com>
apps/sharebymail/lib/ShareByMailProvider.php