diff options
author | David Baker <dbkr@users.noreply.github.com> | 2019-05-16 10:58:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-16 10:58:09 +0100 |
commit | fafb936de51d143e59393f7eed26b00f94fd5417 (patch) | |
tree | 481c23b228905565653fdffa012519d011a17207 /changelog.d | |
parent | Make all the rate limiting options more consistent (#5181) (diff) | |
parent | Make newsfile clearer (diff) | |
download | synapse-fafb936de51d143e59393f7eed26b00f94fd5417.tar.xz |
Merge pull request #5187 from matrix-org/dbkr/only_check_threepid_not_in_use_if_actually_registering
Only check 3pids not in use when registering
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5187.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5187.bugfix b/changelog.d/5187.bugfix new file mode 100644 index 0000000000..df176cf5b2 --- /dev/null +++ b/changelog.d/5187.bugfix @@ -0,0 +1 @@ +Fix a bug where the register endpoint would fail with M_THREEPID_IN_USE instead of returning an account previously registered in the same session. |