projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25d1caf
)
Fixed Welcome chats with MRF Simple applied locally
author
Mark Felder
<feld@FreeBSD.org>
Mon, 14 Sep 2020 17:08:32 +0000
(12:08 -0500)
committer
Mark Felder
<feld@FreeBSD.org>
Mon, 14 Sep 2020 17:08:32 +0000
(12:08 -0500)
CHANGELOG.md
patch
|
blob
|
history
diff --git
a/CHANGELOG.md
b/CHANGELOG.md
index e94f2eda2f71f674d1c637fb64666ee7d61dd58f..685d598731e271192aa1cf3540c1a35230fdbc74 100644
(file)
--- a/
CHANGELOG.md
+++ b/
CHANGELOG.md
@@
-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