Fixed Welcome chats with MRF Simple applied locally

This commit is contained in:
Mark Felder 2020-09-14 12:08:32 -05:00
parent 25d1caf1dd
commit 118bf6e92b
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- **Breaking:** `Pleroma.Workers.Cron.ClearOauthTokenWorker` setting from Oban `:crontab` (moved to scheduled jobs).
- **Breaking:** `Pleroma.Workers.Cron.PurgeExpiredActivitiesWorker` setting from Oban `:crontab` (moved to scheduled jobs).
### Fixed
- Welcome Chat messages preventing user registration with MRF Simple Policy applied to the local instance
## [2.1.1] - 2020-09-08
### Security