fix(Share): Add missing optional parameter to IManager::shareApiAllowLinks()

Signed-off-by: provokateurin <kate@provokateurin.de>
This commit is contained in:
provokateurin 2026-05-28 10:28:25 +02:00
parent f23eec632f
commit 1cf69c33ed
No known key found for this signature in database

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