diff options
| author | lain <lain@soykaf.club> | 2019-11-04 15:59:36 +0000 |
|---|---|---|
| committer | lain <lain@soykaf.club> | 2019-11-04 15:59:36 +0000 |
| commit | 478eb5944dce94aa0ae7dfaba60a2a6ea7d6ccee (patch) | |
| tree | a7253396284d7e2b0f5b687ac16205196cd97f59 /CHANGELOG.md | |
| parent | a304a2a845834b73636706ba82e34463a47d9258 (diff) | |
| parent | ed29be24cbdc029614557a5289a9b8c8facddf8e (diff) | |
| download | pleroma-478eb5944dce94aa0ae7dfaba60a2a6ea7d6ccee.tar.gz pleroma-478eb5944dce94aa0ae7dfaba60a2a6ea7d6ccee.zip | |
Merge branch 'add-direct-conversation-id-to-conversation-event' into 'develop'
Add `pleroma.direct_conversation_id` to the `conversation` event payload
See merge request pleroma/pleroma!1925
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
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 |
