summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorQuentin Gliech <quenting@element.io>2022-07-12 12:06:29 -0500
committerGitHub <noreply@github.com>2022-07-12 18:06:29 +0100
commitb19060a29b4f73897847db2aba5d03ec819086e0 (patch)
tree3f225c409664314dd7e28150df25de86457bc38f /changelog.d
parentexpose whether a room is a space in the Admin API (#13208) (diff)
downloadsynapse-b19060a29b4f73897847db2aba5d03ec819086e0.tar.xz
Make the AS login method call `Auth.get_user_by_req` for checking the AS token. (#13094)
This gets rid of another usage of get_appservice_by_req, with all the benefits, including correctly tracking the appservice IP and setting the tracing attributes correctly.

Signed-off-by: Quentin Gliech <quenting@element.io>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13094.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13094.misc b/changelog.d/13094.misc
new file mode 100644
index 0000000000..f1e55ae476
--- /dev/null
+++ b/changelog.d/13094.misc
@@ -0,0 +1 @@
+Make the AS login method call `Auth.get_user_by_req` for checking the AS token.