userId can be null in case of the poll request

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2018-10-17 21:46:02 +02:00
Родитель 8af4fb4fdf
Коммит f9effe81b9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F941078878347C0C
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);