mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02:00
Add max_pinned_statuses
property to instances.accounts (#1425)
This commit is contained in:
parent
ddfe7b4833
commit
1005443460
@ -45,7 +45,8 @@ aliases: [
|
||||
"public_key": "BCkMmVdKDnKYwzVCDC99Iuc9GvId-x7-kKtuHnLgfF98ENiZp_aj-UNthbCdI70DqN1zUVis-x0Wrot2sBagkMc="
|
||||
},
|
||||
"accounts": {
|
||||
"max_featured_tags": 10
|
||||
"max_featured_tags": 10,
|
||||
"max_pinned_statuses": 4
|
||||
},
|
||||
"statuses": {
|
||||
"max_characters": 500,
|
||||
@ -313,6 +314,13 @@ aliases: [
|
||||
**Version history:**\
|
||||
4.0.0 - added
|
||||
|
||||
##### `configuration[accounts][max_pinned_statuses]` {#max_pinned_statuses}
|
||||
|
||||
**Description:** The maximum number of pinned statuses for each account.\
|
||||
**Type:** Integer\
|
||||
**Version history:**\
|
||||
4.3.0 - added
|
||||
|
||||
#### `configuration[statuses]` {#statuses}
|
||||
|
||||
**Description:** Limits related to authoring statuses.\
|
||||
|
@ -65,7 +65,8 @@ Obtain general information about the server.
|
||||
"public_key": "BCkMmVdKDnKYwzVCDC99Iuc9GvId-x7-kKtuHnLgfF98ENiZp_aj-UNthbCdI70DqN1zUVis-x0Wrot2sBagkMc="
|
||||
},
|
||||
"accounts": {
|
||||
"max_featured_tags": 10
|
||||
"max_featured_tags": 10,
|
||||
"max_pinned_statuses": 4
|
||||
},
|
||||
"statuses": {
|
||||
"max_characters": 500,
|
||||
|
Loading…
x
Reference in New Issue
Block a user