summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@element.io>2024-05-29 12:04:13 +0100
committerGitHub <noreply@github.com>2024-05-29 12:04:13 +0100
commit967b6948b0d738bc685d433d44e82631fd2ad232 (patch)
tree3c8b8747c2596859593ae9deb7e918f717d590cc /changelog.d
parentIgnore attempts to send to-device messages to bad users (#17240) (diff)
downloadsynapse-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')
-rw-r--r--changelog.d/17238.misc1
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.