Skip to content

Commit bbe78c2

Browse files
authored
Improve device lists documentation (#18761)
1 parent 72cd5cc commit bbe78c2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

changelog.d/18761.doc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Improve worker documentation for some device paths.

docs/workers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ information.
260260
^/_matrix/client/(r0|v3|unstable)/keys/claim$
261261
^/_matrix/client/(r0|v3|unstable)/room_keys/
262262
^/_matrix/client/(r0|v3|unstable)/keys/upload
263-
^/_matrix/client/(api/v1|r0|v3|unstable/keys/device_signing/upload$
263+
^/_matrix/client/(api/v1|r0|v3|unstable)/keys/device_signing/upload$
264264
^/_matrix/client/(api/v1|r0|v3|unstable)/keys/signatures/upload$
265265

266266
# Registration/login requests
@@ -559,9 +559,9 @@ can be handled by any worker, but should be routed directly one of the workers
559559
configured as stream writer for the `device_lists` stream:
560560

561561
^/_matrix/client/(r0|v3)/delete_devices$
562-
^/_matrix/client/(api/v1|r0|v3|unstable)/devices/
562+
^/_matrix/client/(api/v1|r0|v3|unstable)/devices(/|$)
563563
^/_matrix/client/(r0|v3|unstable)/keys/upload
564-
^/_matrix/client/(api/v1|r0|v3|unstable/keys/device_signing/upload$
564+
^/_matrix/client/(api/v1|r0|v3|unstable)/keys/device_signing/upload$
565565
^/_matrix/client/(api/v1|r0|v3|unstable)/keys/signatures/upload$
566566

567567
#### Restrict outbound federation traffic to a specific set of workers

0 commit comments

Comments
 (0)