diff options
author | Mathieu Velten <mathieuv@matrix.org> | 2023-08-18 15:46:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-18 15:46:46 +0200 |
commit | 2d15e396843879bb514a148097cbddf10f50655c (patch) | |
tree | 4414b381e579bf5e45c39d4f5d880f8515d17765 /changelog.d | |
parent | Allow filtering for admins in the list accounts admin API (#16114) (diff) | |
download | synapse-2d15e396843879bb514a148097cbddf10f50655c.tar.xz |
MSC3861: allow impersonation by an admin using a query param (#16132)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16132.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16132.misc b/changelog.d/16132.misc new file mode 100644 index 0000000000..aca26079d8 --- /dev/null +++ b/changelog.d/16132.misc @@ -0,0 +1 @@ +MSC3861: allow impersonation by an admin user using `_oidc_admin_impersonate_user_id` query parameter. |