mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update ApiV2Controller, add vapid key to instance object. Thanks thisismissem!
This commit is contained in:
parent
97b7cb2719
commit
4d02d6f12e
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue