Add replies_count in Status entity (#666)

This commit is contained in:
Thomas 2018-08-19 15:49:01 +02:00 committed by Eugen Rochko
parent cb76627c52
commit 880a0ba08e
1 changed files with 1 additions and 0 deletions

View File

@ -1054,6 +1054,7 @@ Most case client apps are compared to WebUI(JS), they should obey to JS implemen
| `content` | Body of the status; this will contain HTML (remote HTML already sanitized) | no |
| `created_at` | The time the status was created | no |
| `emojis` | An array of [Emoji](#emoji) | no |
| `replies_count` | The number of replies for the status | no |
| `reblogs_count` | The number of reblogs for the status | no |
| `favourites_count` | The number of favourites for the status | no |
| `reblogged` | Whether the authenticated user has reblogged the status | yes |