зеркало из https://github.com/nextcloud/push.git
Pass topic correctly
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Родитель
72544d4263
Коммит
7fc2e29d1e
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче