Skip to content
Snippets Groups Projects
Commit 8b9ae6d3 authored by Erik Johnston's avatar Erik Johnston
Browse files

Update docs

parent e83a1906
No related branches found
No related tags found
No related merge requests found
......@@ -223,6 +223,12 @@ following regular expressions::
^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/members$
^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/state$
Additionally, the following REST endpoints can be handled, but all requests must
be routed to the same instance::
^/_matrix/client/(api/v1|r0|unstable)/register$
``synapse.app.user_dir``
~~~~~~~~~~~~~~~~~~~~~~~~
......
......@@ -665,7 +665,7 @@ class RegisterRestServlet(RestServlet):
device.
is_guest (bool): Whether this is a guest account
Returns:
defer.Deferred[(str, str)]: Tuple of device ID and access token
defer.Deferred[tuple[str, str]]: Tuple of device ID and access token
"""
if self.hs.config.worker_app:
r = yield self._register_device_client(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment