From 796cd20f725c37299a70cab48b2f173d001e1aee Mon Sep 17 00:00:00 2001 From: Thomas Date: Wed, 21 Nov 2018 08:07:07 +0100 Subject: [PATCH 1/3] Add conversation entity --- content/en/api/entities.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/en/api/entities.md b/content/en/api/entities.md index 00cea9f9..d7ba2d7a 100644 --- a/content/en/api/entities.md +++ b/content/en/api/entities.md @@ -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| | `uses` | 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| From e1cdde7ce2d88000f8b22da2a4e3fa0679ba270a Mon Sep 17 00:00:00 2001 From: Thomas Date: Wed, 21 Nov 2018 08:07:39 +0100 Subject: [PATCH 2/3] Update entities.md --- content/en/api/entities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/api/entities.md b/content/en/api/entities.md index d7ba2d7a..f8e94595 100644 --- a/content/en/api/entities.md +++ b/content/en/api/entities.md @@ -323,5 +323,5 @@ Please check `app/javascript/mastodon/selectors/index.js` and `app/lib/feed_mana |---------|-----------|:------:|:------:| | `id` | String |{{< no >}}|2.6.0| | `accounts` | Array of [Account](#account) |{{< no >}}|2.6.0| -| `last_status` | [Status](#status) |{{< yes >}}|2.6.0| +| `last_status` | [Status](#status) |{{< no >}}|2.6.0| | `unread` | Boolean |{{< no >}}|2.6.0| From fe35907b71f5a75becca59f65efb62afc4bf7b2b Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 23 Nov 2018 17:30:40 +0100 Subject: [PATCH 3/3] Update entities.md --- content/en/api/entities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/api/entities.md b/content/en/api/entities.md index f8e94595..d7ba2d7a 100644 --- a/content/en/api/entities.md +++ b/content/en/api/entities.md @@ -323,5 +323,5 @@ Please check `app/javascript/mastodon/selectors/index.js` and `app/lib/feed_mana |---------|-----------|:------:|:------:| | `id` | String |{{< no >}}|2.6.0| | `accounts` | Array of [Account](#account) |{{< no >}}|2.6.0| -| `last_status` | [Status](#status) |{{< no >}}|2.6.0| +| `last_status` | [Status](#status) |{{< yes >}}|2.6.0| | `unread` | Boolean |{{< no >}}|2.6.0|