mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Fix typo
This commit is contained in:
parent
9ad8d9b17c
commit
33d7776473
@ -339,7 +339,7 @@ class RegistrationStore(background_updates.BackgroundUpdateStore):
|
|||||||
Args:
|
Args:
|
||||||
token (str): The access token of a user.
|
token (str): The access token of a user.
|
||||||
Returns:
|
Returns:
|
||||||
defer.Deferred: None, if the token did not match, ootherwise dict
|
defer.Deferred: None, if the token did not match, otherwise dict
|
||||||
including the keys `name`, `is_guest`, `device_id`, `token_id`.
|
including the keys `name`, `is_guest`, `device_id`, `token_id`.
|
||||||
"""
|
"""
|
||||||
return self.runInteraction(
|
return self.runInteraction(
|
||||||
|
Loading…
Reference in New Issue
Block a user