1
0
Fork 0
This commit is contained in:
Jonathan Treffler 2024-07-01 22:28:31 +02:00
parent 6af07f6f8d
commit 530dbd2d07

View file

@ -59,7 +59,7 @@ class WebPushTransport extends Transport {
$xmlService = new Service();
$content = $xmlService->write('{DAV:Push}push-message', [
'topic' => $collectionName,
'{DAV:Push}topic' => $collectionName,
]);
$options = [