summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authoreugenijm <eugenijm@protonmail.com>2019-10-09 06:51:14 +0300
committereugenijm <eugenijm@protonmail.com>2019-10-09 07:27:09 +0300
commit580a67f5ca152fa4454fd9d8ab2e2a5a55af1a2a (patch)
tree4e6e9e235afe2a394949dd8e5278ebc7f26311f9 /CHANGELOG.md
parent6355694309b0bad3687a8a7820b81ebf6625751d (diff)
downloadpleroma-580a67f5ca152fa4454fd9d8ab2e2a5a55af1a2a.tar.gz
pleroma-580a67f5ca152fa4454fd9d8ab2e2a5a55af1a2a.zip
Mastodon API: Return `pleroma.direct_conversation_id` when viewing a status (`GET /api/v1/statuses/:id`)
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 8b24db7f4..da921b98e 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/).
- Admin API: Return link alongside with token on password reset
- MRF (Simple Policy): Also use `:accept`/`:reject` on the actors rather than only their activities
- OStatus: Extract RSS functionality
+- Mastodon API: Add `pleroma.direct_conversation_id` to the status endpoint (`GET /api/v1/statuses/:id`)
### Fixed
- Mastodon API: Fix private and direct statuses not being filtered out from the public timeline for an authenticated user (`GET /api/v1/timelines/public`)