diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-06-12 11:57:26 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2020-06-15 16:14:13 +0100 |
commit | 6d5985e1f2e25d9501a74aa690befa1f7678f36b (patch) | |
tree | 5eeb304ac63701356df2bd9eeb3559c2006bc8a4 /changelog.d | |
parent | 1.15.0 (diff) | |
download | synapse-6d5985e1f2e25d9501a74aa690befa1f7678f36b.tar.xz |
Enable 3PID add/bind/unbind endpoints on r0 routes
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7685.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7685.bugfix b/changelog.d/7685.bugfix new file mode 100644 index 0000000000..ca87e570d3 --- /dev/null +++ b/changelog.d/7685.bugfix @@ -0,0 +1 @@ +Fix bug introduced on v1.15.0 which meant that some 3PID management endpoints were not accessible on the correct URL. \ No newline at end of file |