diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-03-19 11:04:12 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-03-19 11:30:54 +0000 |
commit | 0dbfae03f96ae14672bbdc5cf5c3aecd93636803 (patch) | |
tree | a5ed2778f54aa2da8c698bc5612402c0fdb356f9 /changelog.d | |
parent | Comment out most options in the generated config. (#4863) (diff) | |
download | synapse-0dbfae03f96ae14672bbdc5cf5c3aecd93636803.tar.xz |
Enforce hs_disabled_message correctly
Fixes a bug where hs_disabled_message was not enforced for 3pid-based requests if there was no server_notices_mxid configured.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4888.bugfix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/4888.bugfix b/changelog.d/4888.bugfix new file mode 100644 index 0000000000..0e193709e5 --- /dev/null +++ b/changelog.d/4888.bugfix @@ -0,0 +1,2 @@ +Fix a bug where hs_disabled_message was sometimes not correctly enforced. + |