mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-05 03:54:56 -04:00
Add the batch_send
endpoint to generic workers (#12868)
This commit is contained in:
parent
33e2916858
commit
1f9013ce60
4 changed files with 5 additions and 0 deletions
|
@ -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": "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue