summary refs log tree commit diff
path: root/synapse/config/redis.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-05-11 13:09:14 +0100
committerRichard van der Hoff <richard@matrix.org>2020-05-11 13:09:14 +0100
commit309e30bae3d2391d57fabfa78fdb6bdd662c3de7 (patch)
tree8fd1ba58c97d9a3a3c1867f3404ab720355f210c /synapse/config/redis.py
parentRevert emergency registration patches (diff)
parentRework UI Auth session validation for registration (#7455) (diff)
downloadsynapse-309e30bae3d2391d57fabfa78fdb6bdd662c3de7.tar.xz
Merge remote-tracking branch 'origin/release-v1.13.0' into matrix-org-hotfixes
Diffstat (limited to 'synapse/config/redis.py')
-rw-r--r--synapse/config/redis.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/config/redis.py b/synapse/config/redis.py

index 81a27619ec..d5d3ca1c9e 100644 --- a/synapse/config/redis.py +++ b/synapse/config/redis.py
@@ -31,5 +31,4 @@ class RedisConfig(Config): self.redis_host = redis_config.get("host", "localhost") self.redis_port = redis_config.get("port", 6379) - self.redis_dbid = redis_config.get("dbid") self.redis_password = redis_config.get("password")