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
|
@ -41,6 +41,9 @@ aliases: [
|
|||
"urls": {
|
||||
"streaming": "wss://mastodon.social"
|
||||
},
|
||||
"vapid": {
|
||||
"public_key": "BCkMmVdKDnKYwzVCDC99Iuc9GvId-x7-kKtuHnLgfF98ENiZp_aj-UNthbCdI70DqN1zUVis-x0Wrot2sBagkMc="
|
||||
},
|
||||
"accounts": {
|
||||
"max_featured_tags": 10
|
||||
},
|
||||
|
@ -290,6 +293,12 @@ aliases: [
|
|||
**Version history:**\
|
||||
4.0.0 - added
|
||||
|
||||
### `configuration[vapid][public_key]` (#vapid_public_key)
|
||||
**Description:** The instances VAPID public key, used for push notifications, the same as [WebPushSubscription#server_key]({{< relref "entities/WebPushSubscription#server_key" >}}).\
|
||||
**Type:** String\
|
||||
**Version history:**\
|
||||
4.3.0 - added
|
||||
|
||||
#### `configuration[accounts]` {#accounts}
|
||||
|
||||
**Description:** Limits related to accounts.\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue