diff options
author | Brendan Abolivier <contact@brendanabolivier.com> | 2019-04-17 14:37:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-17 14:37:42 +0100 |
commit | 49ff74da9b8c3a3591662c72626a3f58ee2c260a (patch) | |
tree | 216f7e4575aa13582c26722889212d0f845afcc7 /changelog.d | |
parent | Merge pull request #5070 from matrix-org/erikj/postpath (diff) | |
parent | Make sure we're not registering the same 3pid twice (diff) | |
download | synapse-49ff74da9b8c3a3591662c72626a3f58ee2c260a.tar.xz |
Merge pull request #5071 from matrix-org/babolivier/3pid-check
Make sure we're not registering the same 3pid twice
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5071.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5071.bugfix b/changelog.d/5071.bugfix new file mode 100644 index 0000000000..ddf7ab5fa8 --- /dev/null +++ b/changelog.d/5071.bugfix @@ -0,0 +1 @@ +Make sure we're not registering the same 3pid twice on registration. |