diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-12-01 07:25:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-01 07:25:58 -0500 |
commit | a265fbd397ae72b2d3ea4c9310591ff1d0f3e05c (patch) | |
tree | 5a0e7d594faeac294e1ae1557fc21505a7747d87 | |
parent | Update openid.md (diff) | |
download | synapse-a265fbd397ae72b2d3ea4c9310591ff1d0f3e05c.tar.xz |
Register the login redirect endpoint for v3. (#11451)
As specified for Matrix v1.1.
-rw-r--r-- | changelog.d/11451.bugfix | 1 | ||||
-rw-r--r-- | synapse/rest/client/login.py | 2 | ||||
-rw-r--r-- | synapse/rest/client/room.py | 4 |
3 files changed, 4 insertions, 3 deletions
diff --git a/changelog.d/11451.bugfix b/changelog.d/11451.bugfix new file mode 100644 |