mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 08:24:55 -04:00
Minor fixes from PR feedback
This commit is contained in:
parent
0e0aee25c4
commit
65d43f3ca5
2 changed files with 3 additions and 5 deletions
|
@ -66,7 +66,7 @@ def login_id_thirdparty_from_phone(identifier):
|
|||
"""
|
||||
Convert a phone login identifier type to a generic threepid identifier
|
||||
Args:
|
||||
identifier: Login identifier dict of type 'm.id.phone'
|
||||
identifier(dict): Login identifier dict of type 'm.id.phone'
|
||||
|
||||
Returns: Login identifier dict of type 'm.id.threepid'
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue