summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-02-27 14:26:08 +0000
committerErik Johnston <erik@matrix.org>2019-02-27 14:26:08 +0000
commit54f9ce11a7100e7207bb068a84dfaba886995c2c (patch)
tree0dfb18b1e5d82353b4bc0f78e73a8936011e1ea0 /docs
parentMerge pull request #4749 from matrix-org/erikj/replication_connection_backoff (diff)
downloadsynapse-54f9ce11a7100e7207bb068a84dfaba886995c2c.tar.xz
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 3ba5879f76..0170fba898 100644
--- a/docs/workers.rst
+++ b/docs/workers.rst
@@ -223,6 +223,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::