diff options
author | Erik Johnston <erikj@jki.re> | 2019-02-27 16:11:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-27 16:11:21 +0000 |
commit | 76550c58d2912a225c7bb94751612f1d6ea8ed44 (patch) | |
tree | 283344b40726ea0793d7791436ebf6617d7e43c0 /docs | |
parent | Merge pull request #4758 from matrix-org/erikj/use_presence_replication (diff) | |
parent | Update changelog.d/4759.feature (diff) | |
download | synapse-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.rst | 1 |
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:: |