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

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