diff options
author | Neil Johnson <neil@matrix.org> | 2019-01-24 13:02:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-24 13:02:50 +0000 |
commit | 10b89d5c2e994e280da6957af7560b2d84ce6048 (patch) | |
tree | e7756ca331a3b1ba775a87e8db4f715e8b10a68c /changelog.d | |
parent | Merge pull request #4458 from matrix-org/dbkr/public_baseurl_doc (diff) | |
parent | move guard out of is_threepid_reserved and into register.py (diff) | |
download | synapse-10b89d5c2e994e280da6957af7560b2d84ce6048.tar.xz |
Merge pull request #4435 from matrix-org/neilj/fix_threepid_auth_check
Neilj/fix threepid auth check
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4435.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4435.bugfix b/changelog.d/4435.bugfix new file mode 100644 index 0000000000..4ea9a5df02 --- /dev/null +++ b/changelog.d/4435.bugfix @@ -0,0 +1 @@ +Fix None guard in calling config.server.is_threepid_reserved |