Do not check if actor is active when deleting a user

This commit is contained in:
Maxim Filippov 2019-08-15 01:35:29 +03:00
commit 2b94ae3b39
8 changed files with 34 additions and 34 deletions

View file

@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Security
- OStatus: eliminate the possibility of a protocol downgrade attack.
- OStatus: prevent following locked accounts, bypassing the approval process.
ActivityPub: Do not check if actor is active when deleting a user
### Changed
- **Breaking:** Configuration: A setting to explicitly disable the mailer was added, defaulting to true, if you are using a mailer add `config :pleroma, Pleroma.Emails.Mailer, enabled: true` to your config