summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2019-09-11 15:07:21 +0100
committerGitHub <noreply@github.com>2019-09-11 15:07:21 +0100
commit317dff635e6d5b27f130eef2329bbdd1e551be03 (patch)
treee90319b5893eab80939bb6666c7926098c37addc
parentMerge branch 'develop' of github.com:matrix-org/synapse into anoa/v2_lookup (diff)
downloadsynapse-anoa/v2_lookup.tar.xz
Update changelog.d/5897.feature anoa/v2_lookup
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-rw-r--r--changelog.d/5897.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/5897.feature b/changelog.d/5897.feature
index 0d60379060..1557e559e8 100644
--- a/changelog.d/5897.feature
+++ b/changelog.d/5897.feature
@@ -1 +1 @@
-Switch to the v2 lookup API for 3PID invites. Implements MSC2134 plus id_access_token authentication for v2 Identity Service APIs from MSC2140.
\ No newline at end of file
+Switch to using the v2 Identity Service `/lookup` API where available, with fallback to v1. (Implements [MSC2134](https://github.com/matrix-org/matrix-doc/pull/2134) plus id_access_token authentication for v2 Identity Service APIs from [MSC2140](https://github.com/matrix-org/matrix-doc/pull/2140)).