Add max_pinned_statuses
property to instances.accounts (#1425)
This commit is contained in:
parent
ddfe7b4833
commit
1005443460
2 changed files with 11 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue