summary refs log tree commit diff
path: root/changelog.d/6825.bugfix
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2020-02-03 13:18:42 +0000
committerGitHub <noreply@github.com>2020-02-03 13:18:42 +0000
commit370080531ef7ae3f075ff8f577f42c2b6e25295c (patch)
tree0b520fa2e425986607b784edd850341d63060b1a /changelog.d/6825.bugfix
parentFix `room_version` in `on_invite_request` flow (#6827) (diff)
downloadsynapse-370080531ef7ae3f075ff8f577f42c2b6e25295c.tar.xz
Allow URL-encoded user IDs on user admin api paths (#6825)
Diffstat (limited to 'changelog.d/6825.bugfix')
-rw-r--r--changelog.d/6825.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6825.bugfix b/changelog.d/6825.bugfix
new file mode 100644
index 0000000000..d3cacd6d9a
--- /dev/null
+++ b/changelog.d/6825.bugfix
@@ -0,0 +1 @@
+Allow URL-encoded User IDs on `/_synapse/admin/v2/users/<user_id>[/admin]` endpoints. Thanks to @NHAS for reporting.
\ No newline at end of file