mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 04:24:52 -04:00
Update docs
This commit is contained in:
parent
e83a190643
commit
8b9ae6d3a6
2 changed files with 7 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue