summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authoreugenijm <eugenijm@protonmail.com>2019-10-17 15:25:15 +0300
committereugenijm <eugenijm@protonmail.com>2019-10-17 16:49:39 +0300
commit359dd1890e6afcf80584021eaa2421336614dd07 (patch)
treefd418b37d3d0ef4980f4f9b6d354e3724b946d56 /CHANGELOG.md
parent1bfdf57fc777abf210c823bed284f69c0e27ce6d (diff)
downloadpleroma-359dd1890e6afcf80584021eaa2421336614dd07.tar.gz
pleroma-359dd1890e6afcf80584021eaa2421336614dd07.zip
Mastodon API: Mark the conversation as read for the author when they send a new direct message
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 24876d3f2..f9f84b056 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,6 +32,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- 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`)
+- Mastodon API: Mark the direct conversation as read for the author when they send a new direct message
### 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`)