@@ -391,13 +391,11 @@ ingress:
391391 - " /_matrix/client/(r0|v3|unstable)/rooms/.*/read_markers"
392392 keys :
393393 # Encryption requests
394- - " /_matrix/client/(r0|v3|unstable)/keys/query$" # https://matrix-org.github.io/synapse/latest/workers.html#synapseappgeneric_worker
395- - " /_matrix/client/(r0|v3|unstable)/keys/changes$"
396- - " /_matrix/client/(r0|v3|unstable)/keys/claim$"
397- - " /_matrix/client/(r0|v3|unstable)/room_keys/"
398- - " /_matrix/client/(r0|v3|unstable)/keys/upload/"
394+ - " /_matrix/client/(r0|v3|unstable)/keys/upload(/|$)"
399395 - " /_matrix/client/(api/v1|r0|v3|unstable)/keys/device_signing/upload$"
400396 - " /_matrix/client/(api/v1|r0|v3|unstable)/keys/signatures/upload$"
397+ - " /_matrix/client/(r0|v3)/delete_devices$"
398+ - " /_matrix/client/(api/v1|r0|v3|unstable)/devices(/|$)"
401399 eventCreator :
402400 # Event sending requests
403401 - " /_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/redact" # https://matrix-org.github.io/synapse/latest/workers.html#synapseappgeneric_worker
@@ -428,6 +426,8 @@ ingress:
428426 # # Native Sliding Sync MSC3575
429427 - " /_matrix/client/unstable/org.matrix.simplified_msc3575/sync$"
430428 clientReaderRoutes :
429+ - " /_matrix/client/(api/v1|r0|v3|unstable)/room_keys/"
430+ - " /_matrix/client/(api/v1|r0|v3|unstable)/keys/(query|changes|claim|room_keys/)"
431431 # Client API requests
432432 - " /_matrix/client/(api/v1|r0|v3|unstable)/createRoom$" # https://matrix-org.github.io/synapse/latest/workers.html#synapseappgeneric_worker
433433 - " /_matrix/client/(api/v1|r0|v3|unstable)/publicRooms$"
@@ -442,15 +442,11 @@ ingress:
442442 - " /_matrix/client/(r0|v3|unstable)/account/3pid$"
443443 - " /_matrix/client/(r0|v3|unstable)/account/whoami$"
444444 - " /_matrix/client/(r0|v3|unstable)/account/deactivate$"
445- - " /_matrix/client/(r0|v3)/delete_devices$"
446- - " /_matrix/client/(api/v1|r0|v3|unstable)/devices(/|$)"
447445 - " /_matrix/client/versions$"
448446 # api v1 ++
449447 - " /_matrix/client/(api/v1|r0|v3|unstable)/account/3pid$"
450448 - " /_matrix/client/(api/v1|r0|v3|unstable)/account/whoami$"
451449 - " /_matrix/client/(api/v1|r0|v3|unstable)/sync$"
452- - " /_matrix/client/(api/v1|r0|v3|unstable)/devices"
453- - " /_matrix/client/(api/v1|r0|v3|unstable)/room_keys"
454450 # api v1 --
455451 - " /_matrix/client/(api/v1|r0|v3|unstable)/voip/turnServer$"
456452 - " /_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/event/"
0 commit comments