mrf/simple_policy: check actor against accept/reject

This commit is contained in:
Haelwenn (lanodan) Monnier 2019-10-07 02:55:09 +02:00
commit 58aeabd020
No known key found for this signature in database
GPG key ID: D5B7A8E43C997DEE
3 changed files with 25 additions and 6 deletions

View file

@ -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`)