diff options
author | Matthew Hodgson <matthew@matrix.org> | 2018-07-24 12:39:54 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2018-07-24 12:39:54 +0100 |
commit | d19fba365505f4fe475d641dce58c4ecce953f8b (patch) | |
tree | b386cb6fe6b90c720d2f1fe6139d4e079ba5a814 /docs | |
parent | incorporate more review (diff) | |
parent | Merge pull request #3591 from matrix-org/rav/logcontext_fixes (diff) | |
download | synapse-d19fba365505f4fe475d641dce58c4ecce953f8b.tar.xz |
Merge branch 'develop' into matthew/filter_members
Diffstat (limited to 'docs')
-rw-r--r-- | docs/workers.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/workers.rst b/docs/workers.rst index 1d521b9ec5..c5b37c3ded 100644 --- a/docs/workers.rst +++ b/docs/workers.rst @@ -206,6 +206,10 @@ Handles client API endpoints. It can handle REST endpoints matching the following regular expressions:: ^/_matrix/client/(api/v1|r0|unstable)/publicRooms$ + ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/joined_members$ + ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/context/.*$ + ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/members$ + ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/state$ ``synapse.app.user_dir`` ~~~~~~~~~~~~~~~~~~~~~~~~ |