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:
parent
9340cb6a9f
commit
9b534bb024
3 changed files with 22 additions and 7 deletions
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue