From 520cf4ab2ca7474a6cce67531b305ed0fee20548 Mon Sep 17 00:00:00 2001
From: squahtx Synapse will refuse to start if registration is enabled without email, captcha, or token-based verification unless the new config
+flag The non-standard groups/communities feature in Synapse has been deprecated and will
be disabled by default in Synapse v1.58.0.Upgrading to v1.56.0
+Open registration without verification is now disabled by default
+enable_registration_without_verification
is set to "true".Groups/communities feature has been deprecated
experimental_features:
groups_enabled: false
+Synapse now refuses to start when using PostgreSQL with non-C
values for COLLATE
and
+CTYPE
unless the config flag allow_unsafe_locale
, found in the database section of
+the configuration file, is set to true
. See the PostgreSQL documentation
+for more information and instructions on how to fix a database with incorrect values.
synctl
script has been movedThe synctl
script
--
cgit 1.5.1