summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authoreugenijm <eugenijm@protonmail.com>2019-10-31 03:44:27 +0300
committereugenijm <eugenijm@protonmail.com>2019-11-04 18:36:16 +0300
commited29be24cbdc029614557a5289a9b8c8facddf8e (patch)
treea7253396284d7e2b0f5b687ac16205196cd97f59 /CHANGELOG.md
parenta304a2a845834b73636706ba82e34463a47d9258 (diff)
downloadpleroma-ed29be24cbdc029614557a5289a9b8c8facddf8e.tar.gz
pleroma-ed29be24cbdc029614557a5289a9b8c8facddf8e.zip
Mastodon API, streaming: Add `pleroma.direct_conversation_id` to the `conversation` stream event payload.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 00dd62e24..77edf7bf0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,6 +27,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Mastodon API: Add `pleroma.direct_conversation_id` to the status endpoint (`GET /api/v1/statuses/:id`)
- Mastodon API: `pleroma.thread_muted` to the Status entity
- Mastodon API: Mark the direct conversation as read for the author when they send a new direct message
+- Mastodon API, streaming: Add `pleroma.direct_conversation_id` to the `conversation` stream event payload.
</details>
### Added