1
0
Fork 0

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

This commit is contained in:
Daniel Supernault 2024-02-07 05:59:12 -07:00
parent 97b7cb2719
commit 4d02d6f12e
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1
1 changed files with 3 additions and 0 deletions

View File

@ -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,
],