1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00

Merge branch 'master' into 'master'

Add entity Conversation for new direct timeline

See merge request mastodon/docs!8
This commit is contained in:
Eugen Rochko 2018-11-25 20:52:35 +01:00
commit 5328ddf701

View File

@ -316,3 +316,12 @@ Please check `app/javascript/mastodon/selectors/index.js` and `app/lib/feed_mana
| `day` | String (UNIX timestamp) |{{< no >}}|2.4.1| | `day` | String (UNIX timestamp) |{{< no >}}|2.4.1|
| `uses` | Number |{{< no >}}|2.4.1| | `uses` | Number |{{< no >}}|2.4.1|
| `accounts` | Number |{{< no >}}|2.4.1| | `accounts` | Number |{{< no >}}|2.4.1|
### Conversation
|Attribute|Type|Nullable|Added in|
|---------|-----------|:------:|:------:|
| `id` | String |{{< no >}}|2.6.0|
| `accounts` | Array of [Account](#account) |{{< no >}}|2.6.0|
| `last_status` | [Status](#status) |{{< yes >}}|2.6.0|
| `unread` | Boolean |{{< no >}}|2.6.0|