diff options
author | clokep <clokep@users.noreply.github.com> | 2021-11-29 19:32:55 +0000 |
---|---|---|
committer | clokep <clokep@users.noreply.github.com> | 2021-11-29 19:32:55 +0000 |
commit | 2f652b32d941382ebd40ec12932b1b53c57a679f (patch) | |
tree | 11619171a692cba697d43c631abb545a04a5ed75 /develop/workers.html | |
parent | deploy: d08ef6f155971717d2c6dbd78c89312afd4d84fa (diff) | |
download | synapse-2f652b32d941382ebd40ec12932b1b53c57a679f.tar.xz |
deploy: a4521ce0a8d252e77ca8bd261ecf40ba67511a31
Diffstat (limited to '')
-rw-r--r-- | develop/workers.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/develop/workers.html b/develop/workers.html index eb6a4e161a..fc6136c96c 100644 --- a/develop/workers.html +++ b/develop/workers.html @@ -347,7 +347,7 @@ expressions:</p> ^/_matrix/federation/v1/get_groups_publicised$ ^/_matrix/key/v2/query ^/_matrix/federation/unstable/org.matrix.msc2946/spaces/ -^/_matrix/federation/unstable/org.matrix.msc2946/hierarchy/ +^/_matrix/federation/(v1|unstable/org.matrix.msc2946)/hierarchy/ # Inbound federation transaction request ^/_matrix/federation/v1/send/ @@ -360,7 +360,7 @@ expressions:</p> ^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/members$ ^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/state$ ^/_matrix/client/unstable/org.matrix.msc2946/rooms/.*/spaces$ -^/_matrix/client/unstable/org.matrix.msc2946/rooms/.*/hierarchy$ +^/_matrix/client/(v1|unstable/org.matrix.msc2946)/rooms/.*/hierarchy$ ^/_matrix/client/unstable/im.nheko.summary/rooms/.*/summary$ ^/_matrix/client/(api/v1|r0|v3|unstable)/account/3pid$ ^/_matrix/client/(api/v1|r0|v3|unstable)/devices$ |