Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2020-07-07 21:43:53 +02:00
Родитель 72544d4263
Коммит 7fc2e29d1e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F941078878347C0C
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -90,7 +90,7 @@ class PushClient implements IPushApp {
$hub = $mercureConfig['hub_url'];
$topic = $appId . '/' . $topic;
return $hub . '/.well-known/mercure/' . $topic;
return $hub . '/.well-known/mercure?topic=' . $topic;
}
}