@@ -406,6 +406,8 @@ ingress:
406406 - ' /_matrix/client/(v3|unstable)/keys/device_signing/upload$'
407407 # workers.md: ^/_matrix/client/(api/v1|r0|v3|unstable)/keys/signatures/upload$
408408 - ' /_matrix/client/(r0|v3|unstable)/keys/signatures/upload$'
409+ # moved from client reader
410+ - ' /_matrix/client/(r0|v3|unstable)/keys/query$'
409411
410412 # validated 020626
411413 threadSubscriptionsRoutes :
@@ -455,7 +457,8 @@ ingress:
455457 clientReaderRoomKeys :
456458 - ' /_matrix/client/(r0|v3|unstable)/keys/changes$'
457459 - ' /_matrix/client/(r0|v3|unstable)/keys/claim$'
458- - ' /_matrix/client/(r0|v3|unstable)/keys/query$'
460+ # moved to deviceListsRoutes
461+ # - '/_matrix/client/(r0|v3|unstable)/keys/query$'
459462
460463 # by round-robin
461464 clientReaderRoutes :
@@ -483,6 +486,9 @@ ingress:
483486 - ' /_matrix/client/(api/v1|r0|v3|unstable)/directory/room/.*$'
484487 - ' /_matrix/client/(r0|v3|unstable)/capabilities$'
485488 - ' /_matrix/client/(r0|v3|unstable)/notifications$'
489+ - ' /_matrix/client/unstable/org\.matrix\.msc4140/delayed_events(/.*/restart)?$'
490+ # check acc to delayed_events.py
491+ # - '/_matrix/client/unstable/org\.matrix\.msc4140/delayed_events.*'
486492
487493 clientReaderRegister :
488494 - " /_matrix/client/(api/v1|r0|v3|unstable)/login$"
@@ -514,7 +520,6 @@ ingress:
514520 - " /_matrix/key/v2/query.*"
515521 - " /_matrix/federation/v1/hierarchy/.*"
516522 - " /_matrix/federation/v1/send/.*"
517- - " /_matrix/client/unstable/org.matrix.msc4140/delayed_events(/.*/restart)?$"
518523
519524 matrixAuthentication :
520525 - " /_matrix/client/(api/v1|r0|v3|unstable)/login/sso/redirect(/.*)?$"
0 commit comments