Add the batch_send endpoint to generic workers (#12868)

This commit is contained in:
Nick Mills-Barrett
2022-05-25 10:51:07 +01:00
committed by GitHub
parent 33e2916858
commit 1f9013ce60
4 changed files with 5 additions and 0 deletions

View File

@@ -158,6 +158,7 @@ WORKERS_CONFIG: Dict[str, Dict[str, Any]] = {
"^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/(join|invite|leave|ban|unban|kick)$",
"^/_matrix/client/(api/v1|r0|v3|unstable)/join/",
"^/_matrix/client/(api/v1|r0|v3|unstable)/profile/",
"^/_matrix/client/(v1|unstable/org.matrix.msc2716)/rooms/.*/batch_send",
],
"shared_extra_conf": {},
"worker_extra_conf": "",