diff options
author | Tulir Asokan <tulir@maunium.net> | 2022-11-04 18:43:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-04 16:43:51 +0000 |
commit | a4b1f6456276e62b3f4d6b060c289b6413b8a5c2 (patch) | |
tree | 8ae1ff0a8e63f06b3aa7a30362d16398827629b5 /changelog.d | |
parent | Merge tag 'v1.71.0rc2' into develop (diff) | |
download | synapse-a4b1f6456276e62b3f4d6b060c289b6413b8a5c2.tar.xz |
Fix /refresh endpoint version (#14364)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14364.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14364.bugfix b/changelog.d/14364.bugfix new file mode 100644 index 0000000000..514bf859bb --- /dev/null +++ b/changelog.d/14364.bugfix @@ -0,0 +1 @@ +Fix refresh token endpoint to be under /r0 and /v3 instead of /v1. Contributed by Tulir @ Beeper. |