Add the batch_send endpoint to generic workers (#12868)

This commit is contained in:
Nick Mills-Barrett
2022-05-25 09:51:07 +00:00
committed by GitHub
parent 33e2916858
commit 1f9013ce60
4 changed files with 5 additions and 0 deletions
+1
View File
@@ -206,6 +206,7 @@ information.
^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/members$
^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/state$
^/_matrix/client/(v1|unstable/org.matrix.msc2946)/rooms/.*/hierarchy$
^/_matrix/client/(v1|unstable/org.matrix.msc2716)/rooms/.*/batch_send$
^/_matrix/client/unstable/im.nheko.summary/rooms/.*/summary$
^/_matrix/client/(r0|v3|unstable)/account/3pid$
^/_matrix/client/(r0|v3|unstable)/account/whoami$