userId can be null in case of the poll request
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Родитель
8af4fb4fdf
Коммит
f9effe81b9
|
@ -52,7 +52,7 @@ class APIController extends OCSController {
|
|||
IRequest $request,
|
||||
TokenMapper $tokenMapper,
|
||||
ITimeFactory $timeFactory,
|
||||
string $userId,
|
||||
string $userId = null,
|
||||
IManager $notificationManager) {
|
||||
parent::__construct($appName, $request);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче