diff options
author | Erik Johnston <erikj@element.io> | 2024-05-29 12:04:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-29 12:04:13 +0100 |
commit | 967b6948b0d738bc685d433d44e82631fd2ad232 (patch) | |
tree | 3c8b8747c2596859593ae9deb7e918f717d590cc /changelog.d/17238.misc | |
parent | Ignore attempts to send to-device messages to bad users (#17240) (diff) | |
download | synapse-967b6948b0d738bc685d433d44e82631fd2ad232.tar.xz |
Change allow_unsafe_locale to also apply on new databases (#17238)
We relax this as there are use cases where this is safe, though it is still highly recommended that people avoid using it.
Diffstat (limited to 'changelog.d/17238.misc')
-rw-r--r-- | changelog.d/17238.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17238.misc b/changelog.d/17238.misc new file mode 100644 index 0000000000..261467e55c --- /dev/null +++ b/changelog.d/17238.misc @@ -0,0 +1 @@ +Change the `allow_unsafe_locale` config option to also apply when setting up new databases. |