summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Baker <dbkr@users.noreply.github.com>2019-05-16 10:58:09 +0100
committerGitHub <noreply@github.com>2019-05-16 10:58:09 +0100
commitfafb936de51d143e59393f7eed26b00f94fd5417 (patch)
tree481c23b228905565653fdffa012519d011a17207 /changelog.d
parentMake all the rate limiting options more consistent (#5181) (diff)
parentMake newsfile clearer (diff)
downloadsynapse-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.bugfix1
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.