summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2019-10-07 02:55:09 +0200
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2019-10-07 03:49:57 +0200
commit58aeabd020ae7355aea6b63a331b164e8b23a6c0 (patch)
tree85634967c197c62c4d484677472ae8fb7524955c /CHANGELOG.md
parent25cffffaf1685ef02cd318bdbd99bb325d295458 (diff)
downloadpleroma-58aeabd020ae7355aea6b63a331b164e8b23a6c0.tar.gz
pleroma-58aeabd020ae7355aea6b63a331b164e8b23a6c0.zip
mrf/simple_policy: check actor against accept/reject
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 607643b7c..33321e990 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Admin API: Return `total` when querying for reports
- Mastodon API: Return `pleroma.direct_conversation_id` when creating a direct message (`POST /api/v1/statuses`)
- 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
### 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`)