diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-03-19 12:22:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-19 12:22:13 +0000 |
commit | 7872638c31b2d8acf41196ae71159188ba87763d (patch) | |
tree | 6a6e9743f1c6926690c6e070abec0dbc5efc0fa7 /changelog.d | |
parent | fix test_auto_create_auto_join_where_no_consent (#4886) (diff) | |
parent | Enforce hs_disabled_message correctly (diff) | |
download | synapse-7872638c31b2d8acf41196ae71159188ba87763d.tar.xz |
Merge pull request #4888 from matrix-org/rav/fix_disabled_hs
Enforce hs_disabled_message correctly
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. + |