diff options
author | kaniini <nenolod@gmail.com> | 2019-03-22 00:25:35 +0000 |
---|---|---|
committer | kaniini <nenolod@gmail.com> | 2019-03-22 00:25:35 +0000 |
commit | b548181b52c4397d5034cfd95b2ef7e05c9c9c22 (patch) | |
tree | a847bb70d52da43b2f0cca45f7ea49cb4e664c5a /docs/Differences-in-MastodonAPI-Responses.md | |
parent | bf8b29e080a6a8a369abb53a26229bb0544de1c0 (diff) | |
parent | a223e65f35da158ef79f05f65316920dcecaa54b (diff) | |
download | pleroma-b548181b52c4397d5034cfd95b2ef7e05c9c9c22.tar.gz |
Merge branch 'feature/mastoapi-ext-conversation-id' into 'develop'
Mastodon API: add conversation_id extension
See merge request pleroma/pleroma!961
Diffstat (limited to 'docs/Differences-in-MastodonAPI-Responses.md')
-rw-r--r-- | docs/Differences-in-MastodonAPI-Responses.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Differences-in-MastodonAPI-Responses.md b/docs/Differences-in-MastodonAPI-Responses.md index 14b67ca7d..d993d1383 100644 --- a/docs/Differences-in-MastodonAPI-Responses.md +++ b/docs/Differences-in-MastodonAPI-Responses.md @@ -19,6 +19,7 @@ Adding the parameter `with_muted=true` to the timeline queries will also return Has these additional fields under the `pleroma` object: - `local`: true if the post was made on the local instance. +- `conversation_id`: the ID of the conversation the status is associated with (if any) ## Attachments |