diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-08-28 14:59:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-28 14:59:26 +0200 |
commit | 71fc04069a5770a204c3514e0237d7374df257a8 (patch) | |
tree | 4f28c947443700b2512237e2184f532b22adb8a9 /changelog.d | |
parent | Config templating (#5900) (diff) | |
download | synapse-71fc04069a5770a204c3514e0237d7374df257a8.tar.xz |
Use the v2 lookup API for 3PID invites (#5897)
Fixes https://github.com/matrix-org/synapse/issues/5861 Adds support for the v2 lookup API as defined in [MSC2134](https://github.com/matrix-org/matrix-doc/pull/2134). Currently this is only used for 3PID invites. Sytest PR: https://github.com/matrix-org/sytest/pull/679
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5897.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5897.feature b/changelog.d/5897.feature new file mode 100644 index 0000000000..7b10774c96 --- /dev/null +++ b/changelog.d/5897.feature @@ -0,0 +1 @@ +Switch to the v2 lookup API for 3PID invites. \ No newline at end of file |