diff options
author | Nick Mills-Barrett <nick@beeper.com> | 2022-05-25 10:20:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-25 09:20:34 +0000 |
commit | b4fab0b14f7167c907286ea065d65b5370ba8221 (patch) | |
tree | 6c8c50aea20cb51ab8029321cd978c2c4e00070e /docs | |
parent | Make sure `prev_ids` defaults to empty list (#12829) (diff) | |
download | synapse-b4fab0b14f7167c907286ea065d65b5370ba8221.tar.xz |
Fix incorrect worker-allowed path in documentation (#12867)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/workers.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/workers.md b/docs/workers.md index 5033722098..25b9338e57 100644 --- a/docs/workers.md +++ b/docs/workers.md @@ -237,9 +237,6 @@ information. ^/_matrix/client/(api/v1|r0|v3|unstable)/join/ ^/_matrix/client/(api/v1|r0|v3|unstable)/profile/ - # Device requests - ^/_matrix/client/(r0|v3|unstable)/sendToDevice/ - # Account data requests ^/_matrix/client/(r0|v3|unstable)/.*/tags ^/_matrix/client/(r0|v3|unstable)/.*/account_data |