Update ApiV2Controller, add vapid key to instance object. Thanks thisismissem!

pull/4904/head
Daniel Supernault 1 year ago
parent 97b7cb2719
commit 4d02d6f12e
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -96,6 +96,9 @@ class ApiV2Controller extends Controller
'streaming' => 'wss://' . config('pixelfed.domain.app'),
'status' => null
],
'vapid' => [
'public_key' => config('webpush.vapid.public_key'),
],
'accounts' => [
'max_featured_tags' => 0,
],

Loading…
Cancel
Save