mrf: simple policy: fix matching imported activitypub and ostatus statuses

This commit is contained in:
William Pitcock 2019-05-26 01:57:22 +00:00
commit 79503ce90f
3 changed files with 20 additions and 2 deletions

View file

@ -113,6 +113,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Mastodon API: Exposing default scope of the user to anyone
- Mastodon API: Make `irreversible` field default to `false` [`POST /api/v1/filters`]
- User-Agent is now sent correctly for all HTTP requests.
- MRF: Simple policy now properly delists imported or relayed statuses
## Removed
- Configuration: `config :pleroma, :fe` in favor of the more flexible `config :pleroma, :frontend_configurations`