summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2019-02-27 16:11:21 +0000
committerGitHub <noreply@github.com>2019-02-27 16:11:21 +0000
commit76550c58d2912a225c7bb94751612f1d6ea8ed44 (patch)
tree283344b40726ea0793d7791436ebf6617d7e43c0 /docs
parentMerge pull request #4758 from matrix-org/erikj/use_presence_replication (diff)
parentUpdate changelog.d/4759.feature (diff)
downloadsynapse-76550c58d2912a225c7bb94751612f1d6ea8ed44.tar.xz
Merge pull request #4759 from matrix-org/erikj/3pid_client_reader
Move /account/3pid to client_reader
Diffstat (limited to 'docs')
-rw-r--r--docs/workers.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/workers.rst b/docs/workers.rst
index 7552455a4e..3c18db1b19 100644
--- a/docs/workers.rst
+++ b/docs/workers.rst
@@ -224,6 +224,7 @@ following regular expressions::
     ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/members$
     ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/state$
     ^/_matrix/client/(api/v1|r0|unstable)/login$
+    ^/_matrix/client/(api/v1|r0|unstable)/account/3pid$
 
 Additionally, the following REST endpoints can be handled, but all requests must
 be routed to the same instance::