|
|
|
@ -32,6 +32,8 @@ matrix_synapse_workers_generic_worker_endpoints:
|
|
|
|
|
- ^/_matrix/federation/v1/user/devices/
|
|
|
|
|
- ^/_matrix/federation/v1/get_groups_publicised$
|
|
|
|
|
- ^/_matrix/key/v2/query
|
|
|
|
|
- ^/_matrix/federation/unstable/org.matrix.msc2946/spaces/
|
|
|
|
|
- ^/_matrix/federation/unstable/org.matrix.msc2946/hierarchy/
|
|
|
|
|
|
|
|
|
|
# Inbound federation transaction request
|
|
|
|
|
- ^/_matrix/federation/v1/send/
|
|
|
|
@ -43,6 +45,9 @@ matrix_synapse_workers_generic_worker_endpoints:
|
|
|
|
|
- ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/context/.*$
|
|
|
|
|
- ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/members$
|
|
|
|
|
- ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/state$
|
|
|
|
|
- ^/_matrix/client/unstable/org.matrix.msc2946/rooms/.*/spaces$
|
|
|
|
|
- ^/_matrix/client/unstable/org.matrix.msc2946/rooms/.*/hierarchy$
|
|
|
|
|
- ^/_matrix/client/unstable/im.nheko.summary/rooms/.*/summary$
|
|
|
|
|
- ^/_matrix/client/(api/v1|r0|unstable)/account/3pid$
|
|
|
|
|
- ^/_matrix/client/(api/v1|r0|unstable)/devices$
|
|
|
|
|
- ^/_matrix/client/(api/v1|r0|unstable)/keys/query$
|
|
|
|
|