mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-13 01:43:09 -06:00
modified comments slightly
Signed-off-by: Derek Meer <derekmeer@protonmail.com>
This commit is contained in:
parent
b3da7cfc1a
commit
916ab601a8
|
|
@ -14,7 +14,7 @@ type URIToUIDResponse struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// URIToUID implements `/_matrix/app/r0/user?uri={url_encoded_uri}`, which
|
// URIToUID implements `/_matrix/app/r0/user?uri={url_encoded_uri}`, which
|
||||||
// enables users to contact appservice users directly by taking an encoded
|
// enables users to contact App Service users directly by taking an encoded
|
||||||
// URI and turning it into a Matrix ID on the homeserver.
|
// URI and turning it into a Matrix ID on the homeserver.
|
||||||
// https://matrix.org/docs/spec/application_service/unstable.html#user-ids
|
// https://matrix.org/docs/spec/application_service/unstable.html#user-ids
|
||||||
// tel://123.1234 -> @tel_//123.1234:matrix.org
|
// tel://123.1234 -> @tel_//123.1234:matrix.org
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue