mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-14 10:03:42 +01:00
Reword, as per review
Co-authored-by: Mayeul Cantan <mayeul.cantan@gmail.com>
This commit is contained in:
parent
bcf5585e55
commit
294f30f3ab
|
|
@ -339,12 +339,11 @@ comparisons are case-INsensitive.
|
||||||
1. Split the `query` into items separated by `&` character; several subsequent
|
1. Split the `query` into items separated by `&` character; several subsequent
|
||||||
`&` characters delimit empty items, ignored by this algorithm.
|
`&` characters delimit empty items, ignored by this algorithm.
|
||||||
|
|
||||||
a. If `query` contains one or more items starting with `via=` - treat
|
a. If `query` contains one or more items starting with `via=`: for each item, treat
|
||||||
the rest of each this item after `via=` as a percent-encoded homeserver
|
the rest of the string as a percent-encoded homeserver name to be used in
|
||||||
name to be used in
|
|
||||||
[routing](https://matrix.org/docs/spec/appendices#routing).
|
[routing](https://matrix.org/docs/spec/appendices#routing).
|
||||||
|
|
||||||
b. If `query` contains one or more items starting with `action=` - treat
|
b. If `query` contains one or more items starting with `action=`: treat
|
||||||
_the last_ such item as an instruction for joining or opening a direct
|
_the last_ such item as an instruction for joining or opening a direct
|
||||||
chat, as per this proposal.
|
chat, as per this proposal.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue