summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authoreugenijm <eugenijm@protonmail.com>2019-09-20 17:54:38 +0300
committereugenijm <eugenijm@protonmail.com>2019-09-20 18:27:00 +0300
commit7cf125245512eb49a118535eda52ddbdd0c4c6bf (patch)
treedc53767fa44fb4e50b360c2f7fcab0f50f1ba91b /CHANGELOG.md
parentc4da7499a3d7b0f5086c1180131df4e35b5b0d15 (diff)
downloadpleroma-7cf125245512eb49a118535eda52ddbdd0c4c6bf.tar.gz
pleroma-7cf125245512eb49a118535eda52ddbdd0c4c6bf.zip
Mastodon API: Fix private and direct statuses not being filtered out from the public timeline for an authenticated user (`GET /api/v1/timelines/public`)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 84b64e2b9..93b7e2a10 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Introduced [quantum](https://github.com/quantum-elixir/quantum-core) job scheduler
- Admin API: Return `total` when querying for reports
- Mastodon API: Return `pleroma.direct_conversation_id` when creating a direct message (`POST /api/v1/statuses`)
+### 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`)
## [1.1.0] - 2019-??-??
### Security