diff options
author | reivilibre <oliverw@matrix.org> | 2023-02-28 16:37:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-28 16:37:19 +0000 |
commit | 682d31c7023b6b7299e74bc631e4d2acc60f91ac (patch) | |
tree | f5f8ec31099dcfe5f4f4ae753850e2a890ca14f9 /docs | |
parent | Add missing type hints to InsecureInterceptableContextFactory. (#15164) (diff) | |
download | synapse-682d31c7023b6b7299e74bc631e4d2acc60f91ac.tar.xz |
Allow use of the `/filter` Client-Server APIs on workers. (#15134)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/workers.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/workers.md b/docs/workers.md index 2eb970ffa6..35a96f12a9 100644 --- a/docs/workers.md +++ b/docs/workers.md @@ -232,6 +232,7 @@ information. ^/_matrix/client/(api/v1|r0|v3|unstable)/joined_rooms$ ^/_matrix/client/v1/rooms/.*/timestamp_to_event$ ^/_matrix/client/(api/v1|r0|v3|unstable)/search$ + ^/_matrix/client/(r0|v3|unstable)/user/.*/filter(/|$) # Encryption requests ^/_matrix/client/(r0|v3|unstable)/keys/query$ |