diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-09-11 15:07:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-11 15:07:21 +0100 |
commit | 317dff635e6d5b27f130eef2329bbdd1e551be03 (patch) | |
tree | e90319b5893eab80939bb6666c7926098c37addc | |
parent | Merge branch 'develop' of github.com:matrix-org/synapse into anoa/v2_lookup (diff) | |
download | synapse-github/anoa/v2_lookup.tar.xz |
Update changelog.d/5897.feature github/anoa/v2_lookup anoa/v2_lookup
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-rw-r--r-- | changelog.d/5897.feature | 2 |
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)). |