summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2019-01-22 17:47:00 +0000
committerNeil Johnson <neil@matrix.org>2019-01-22 17:47:00 +0000
commitc99c2d58d775a7a7bcbcae426fed608d6a0e8ee3 (patch)
treed58f70cc03c5bfbac2511a2facbefea084eda72e /changelog.d
parentFix None guard in config.server.is_threepid_reserved (diff)
downloadsynapse-c99c2d58d775a7a7bcbcae426fed608d6a0e8ee3.tar.xz
move guard out of is_threepid_reserved and into register.py
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/4435.bugfix2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/4435.bugfix b/changelog.d/4435.bugfix
index 0e0535f1a3..4ea9a5df02 100644
--- a/changelog.d/4435.bugfix
+++ b/changelog.d/4435.bugfix
@@ -1 +1 @@
-Fix None guard in config.server.is_threepid_reserved
+Fix None guard in calling config.server.is_threepid_reserved