Do not check if actor is active when deleting a user
This commit is contained in:
parent
dfae61c25c
commit
2b94ae3b39
8 changed files with 34 additions and 34 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue