mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-28 18:38:31 +00:00
deploy: 7ab0f630da
This commit is contained in:
parent
7e1f7f4cdc
commit
d0ba599fdb
4 changed files with 4 additions and 2 deletions
|
@ -8935,6 +8935,7 @@ string is returned from this method, Synapse will prompt the user to
|
|||
either accept this localpart or pick their own username. Otherwise this
|
||||
option has no effect. If omitted, defaults to <code>False</code>.</li>
|
||||
<li><code>display_name</code>: An optional string, the display name for the user.</li>
|
||||
<li><code>picture</code>: An optional string, the avatar url for the user.</li>
|
||||
<li><code>emails</code>: A list of strings, the email address(es) to associate with
|
||||
this user. If omitted, defaults to an empty list.</li>
|
||||
</ul>
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -270,6 +270,7 @@ string is returned from this method, Synapse will prompt the user to
|
|||
either accept this localpart or pick their own username. Otherwise this
|
||||
option has no effect. If omitted, defaults to <code>False</code>.</li>
|
||||
<li><code>display_name</code>: An optional string, the display name for the user.</li>
|
||||
<li><code>picture</code>: An optional string, the avatar url for the user.</li>
|
||||
<li><code>emails</code>: A list of strings, the email address(es) to associate with
|
||||
this user. If omitted, defaults to an empty list.</li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Reference in a new issue