diff options
author | Nick Mills-Barrett <nick@beeper.com> | 2022-05-25 10:41:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-25 10:41:41 +0100 |
commit | 2e5f88b5e69fa4d7385b32d9c439e0073e8d6916 (patch) | |
tree | 3d76320e0635dc55a0131c452dcd4aec4a6fc916 /docs | |
parent | Fix incorrect worker-allowed path in documentation (#12867) (diff) | |
download | synapse-2e5f88b5e69fa4d7385b32d9c439e0073e8d6916.tar.xz |
Add the `/account/whoami` endpoint to generic workers (#12866)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/workers.md | 1 |
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$ |