Merge pull request #60809 from nextcloud/fix/share/manager-api-allow-links-user-parameter

fix(Share): Add missing optional parameter to IManager::shareApiAllowLinks()
This commit is contained in:
Kate 2026-06-02 11:27:23 +02:00 committed by GitHub
commit 3bf88ae963
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -290,7 +290,7 @@ interface IManager {
* @since 9.0.0
* @since 33.0.0 Added optional $user parameter
*/
public function shareApiAllowLinks(): bool;
public function shareApiAllowLinks(?IUser $user = null): bool;
/**
* Is password on public link required