mirror of
https://github.com/friendica/friendica
synced 2024-11-18 19:43:46 +00:00
Standards
This commit is contained in:
parent
69f11c4a84
commit
2c1b33af87
1 changed files with 3 additions and 3 deletions
|
@ -45,8 +45,8 @@ class PushSubscription
|
||||||
|
|
||||||
$auth = [
|
$auth = [
|
||||||
'VAPID' => [
|
'VAPID' => [
|
||||||
'subject' => DI::baseUrl()->getHostname(),
|
'subject' => DI::baseUrl()->getHostname(),
|
||||||
'publicKey' => ModelSubscription::getPublicVapidKey(),
|
'publicKey' => ModelSubscription::getPublicVapidKey(),
|
||||||
'privateKey' => ModelSubscription::getPrivateVapidKey(),
|
'privateKey' => ModelSubscription::getPrivateVapidKey(),
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue