summary refs log tree commit diff
path: root/docs/workers.md
diff options
context:
space:
mode:
authorNick Mills-Barrett <nick@beeper.com>2022-05-25 10:41:41 +0100
committerGitHub <noreply@github.com>2022-05-25 10:41:41 +0100
commit2e5f88b5e69fa4d7385b32d9c439e0073e8d6916 (patch)
tree3d76320e0635dc55a0131c452dcd4aec4a6fc916 /docs/workers.md
parentFix incorrect worker-allowed path in documentation (#12867) (diff)
downloadsynapse-2e5f88b5e69fa4d7385b32d9c439e0073e8d6916.tar.xz
Add the `/account/whoami` endpoint to generic workers (#12866)
Diffstat (limited to 'docs/workers.md')
-rw-r--r--docs/workers.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/workers.md b/docs/workers.md

index 25b9338e57..3c3360ccb4 100644 --- a/docs/workers.md +++ b/docs/workers.md
@@ -208,6 +208,7 @@ information. ^/_matrix/client/(v1|unstable/org.matrix.msc2946)/rooms/.*/hierarchy$ ^/_matrix/client/unstable/im.nheko.summary/rooms/.*/summary$ ^/_matrix/client/(r0|v3|unstable)/account/3pid$ + ^/_matrix/client/(r0|v3|unstable)/account/whoami$ ^/_matrix/client/(r0|v3|unstable)/devices$ ^/_matrix/client/versions$ ^/_matrix/client/(api/v1|r0|v3|unstable)/voip/turnServer$