mirror of
https://github.com/nextcloud/server.git
synced 2026-04-26 00:27:49 -04:00
fix(user_status): Allow null userId in UserStatusController
Signed-off-by: provokateurin <kate@provokateurin.de>
This commit is contained in:
parent
35c4bfd64e
commit
654a7d22ff
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class UserStatusController extends OCSController {
|
|||
public function __construct(
|
||||
string $appName,
|
||||
IRequest $request,
|
||||
private string $userId,
|
||||
private ?string $userId,
|
||||
private LoggerInterface $logger,
|
||||
private StatusService $service,
|
||||
private CalendarStatusService $calendarStatusService,
|
||||
|
|
|
|||
Loading…
Reference in a new issue