Add `max_pinned_statuses` property to instances.accounts (#1425)

This commit is contained in:
Matt Jankowski 2024-04-02 16:28:17 -04:00 committed by GitHub
parent ddfe7b4833
commit 1005443460
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 2 deletions

View File

@ -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.\

View File

@ -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,