diff --git a/lib/PushTransports/WebPushTransport.php b/lib/PushTransports/WebPushTransport.php index d15cbb6..499b8d0 100644 --- a/lib/PushTransports/WebPushTransport.php +++ b/lib/PushTransports/WebPushTransport.php @@ -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 = [