aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Share/IShareProviderSupportsAccept.php
Commit message (Collapse)AuthorAgeFilesLines
* fix: Add `acceptShare` as an interfaceFerdinand Thiessen2024-07-301-0/+27
It was commented out because at that time no other share provider supported the `acceptShare` method. Today it is the same no other provider supports it, but we should make it discoverable by adding it to the public API as an additional interface. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>