summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2022-01-20 19:19:40 +0100
committerGitHub <noreply@github.com>2022-01-20 19:19:40 +0100
commitbfe6d5553abc5d812bce22488d9ea5137d2b9416 (patch)
treea47e83036f523861d7f9dd6288f0f73148d853dd /changelog.d
parentFix redirecting to the webclient for non-HTTP(S) web_client_location. (#11783) (diff)
downloadsynapse-bfe6d5553abc5d812bce22488d9ea5137d2b9416.tar.xz
Correctly await on_logged_out callbacks (#11786)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11786.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11786.bugfix b/changelog.d/11786.bugfix
new file mode 100644
index 0000000000..306875f2dd
--- /dev/null
+++ b/changelog.d/11786.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in Synapse 1.46.0 that prevented `on_logged_out` module callbacks from being correctly awaited by Synapse.