Add documentation for VAPID public key in instance metadata (#1342)

* Add documentation for VAPID public key in instance metadata

* Mark Application#vapid_key as deprecated
This commit is contained in:
Emelia Smith 2023-11-28 19:25:04 +01:00 committed by GitHub
parent 9340cb6a9f
commit 9b534bb024
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 7 deletions

View file

@ -61,6 +61,9 @@ Obtain general information about the server.
"urls": {
"streaming": "wss://mastodon.social"
},
"vapid": {
"public_key": "BCkMmVdKDnKYwzVCDC99Iuc9GvId-x7-kKtuHnLgfF98ENiZp_aj-UNthbCdI70DqN1zUVis-x0Wrot2sBagkMc="
},
"accounts": {
"max_featured_tags": 10
},