diff options
author | David Baker <dbkr@users.noreply.github.com> | 2019-05-15 20:53:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-15 20:53:48 +0100 |
commit | cd0faba7cd8d469533342a35882648051b393744 (patch) | |
tree | ce13c130ec6a6d6f83f01691b892d3ecc800ee35 /changelog.d | |
parent | Have I got newsfile for you (diff) | |
download | synapse-cd0faba7cd8d469533342a35882648051b393744.tar.xz |
Make newsfile clearer
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5187.bugfix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/5187.bugfix b/changelog.d/5187.bugfix index 03b985265f..df176cf5b2 100644 --- a/changelog.d/5187.bugfix +++ b/changelog.d/5187.bugfix @@ -1 +1 @@ -Fix register endpoint returning a previously registered account. +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. |