From efb7cd85804e3ec5995032c07d7b13f71cbb1333 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 10 Aug 2021 13:53:53 +0100 Subject: [PATCH] Add /createRoom to the workers documentation --- docs/workers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/workers.md b/docs/workers.md index d8672324c301..1657dfc75972 100644 --- a/docs/workers.md +++ b/docs/workers.md @@ -214,6 +214,7 @@ expressions: ^/_matrix/federation/v1/send/ # Client API requests + ^/_matrix/client/(api/v1|r0|unstable)/createRoom$ ^/_matrix/client/(api/v1|r0|unstable)/publicRooms$ ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/joined_members$ ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/context/.*$