Explain how to split an mxid
This commit is contained in:
parent
6a524be585
commit
00b28495a6
2 changed files with 8 additions and 6 deletions
|
@ -112,11 +112,12 @@ paths:
|
||||||
home_server:
|
home_server:
|
||||||
type: string
|
type: string
|
||||||
description: |-
|
description: |-
|
||||||
The server_name of the homeserver on which the account has been registered.
|
The server_name of the homeserver on which the account has
|
||||||
|
been registered.
|
||||||
|
|
||||||
**Deprecated**. Clients should extract the server_name from
|
**Deprecated**. Clients should extract the server_name from
|
||||||
``user_id`` if they require it. Note also that ``homeserver``
|
``user_id`` (by splitting at the first colon) if they require
|
||||||
is not spelt this way.
|
it. Note also that ``homeserver`` is not spelt this way.
|
||||||
device_id:
|
device_id:
|
||||||
type: string
|
type: string
|
||||||
description: |-
|
description: |-
|
||||||
|
|
|
@ -144,11 +144,12 @@ paths:
|
||||||
home_server:
|
home_server:
|
||||||
type: string
|
type: string
|
||||||
description: |-
|
description: |-
|
||||||
The server_name of the homeserver on which the account has been registered.
|
The server_name of the homeserver on which the account has
|
||||||
|
been registered.
|
||||||
|
|
||||||
**Deprecated**. Clients should extract the server_name from
|
**Deprecated**. Clients should extract the server_name from
|
||||||
``user_id`` if they require it. Note also that ``homeserver``
|
``user_id`` (by splitting at the first colon) if they require
|
||||||
is not spelt this way.
|
it. Note also that ``homeserver`` is not spelt this way.
|
||||||
device_id:
|
device_id:
|
||||||
type: string
|
type: string
|
||||||
description: |-
|
description: |-
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue