diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-07-27 16:57:40 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-07-27 16:57:40 +0100 |
commit | f88c48f3b88dc4817bb4072d67152182f72158ce (patch) | |
tree | 729f91ecda04aca650782cc63d4a1bbfae17c1b3 /changelog.d/7822.bugfix | |
parent | Fix error reporting when using `opentracing.trace` (#7961) (diff) | |
download | synapse-f88c48f3b88dc4817bb4072d67152182f72158ce.tar.xz |
1.18.0rc1
Diffstat (limited to 'changelog.d/7822.bugfix')
-rw-r--r-- | changelog.d/7822.bugfix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/7822.bugfix b/changelog.d/7822.bugfix deleted file mode 100644 index faf249a678..0000000000 --- a/changelog.d/7822.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix a bug causing Synapse to misinterpret the value `off` for `encryption_enabled_by_default_for_room_type` in its configuration file(s) if that value isn't surrounded by quotes. This bug was introduced in v1.16.0. |