mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-26 11:35:15 -04:00
Update worker docs
This commit is contained in:
parent
4cc4400b4d
commit
128902d60a
2 changed files with 3 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
Allow registration to be handled by a worker instance.
|
Allow registration and login to be handled by a worker instance.
|
||||||
|
|
|
@ -222,11 +222,12 @@ following regular expressions::
|
||||||
^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/context/.*$
|
^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/context/.*$
|
||||||
^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/members$
|
^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/members$
|
||||||
^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/state$
|
^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/state$
|
||||||
|
^/_matrix/client/(api/v1|r0|unstable)/login$
|
||||||
|
|
||||||
Additionally, the following REST endpoints can be handled, but all requests must
|
Additionally, the following REST endpoints can be handled, but all requests must
|
||||||
be routed to the same instance::
|
be routed to the same instance::
|
||||||
|
|
||||||
^/_matrix/client/(api/v1|r0|unstable)/register$
|
^/_matrix/client/(r0|unstable)/register$
|
||||||
|
|
||||||
|
|
||||||
``synapse.app.user_dir``
|
``synapse.app.user_dir``
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue