summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-05-04 14:04:09 +0100
committerGitHub <noreply@github.com>2020-05-04 14:04:09 +0100
commit350421e0589606f422df22d9901330776fa5ed5f (patch)
treea66d335cb0b76af298b9c0e93d036f718b8c8bf5 /changelog.d
parentConvert synapse.server_notices to async/await. (#7394) (diff)
downloadsynapse-350421e0589606f422df22d9901330776fa5ed5f.tar.xz
Fix redis password support. (#7401)
We forgot to set the password on the subscriber connection, as well as
not calling super methods for overridden connectionMade/connectionLost
functions.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7401.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7401.feature b/changelog.d/7401.feature
new file mode 100644
index 0000000000..ce6140fdd1
--- /dev/null
+++ b/changelog.d/7401.feature
@@ -0,0 +1 @@
+Add support for running replication over Redis when using workers.