Merge pull request #236 from ptman/patch-1

Document optional URL params
This commit is contained in:
Bruno Windels 2021-11-24 09:45:40 +01:00 committed by GitHub
commit 85678ea5cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,6 +63,14 @@ visitors.
(Technically the # and @ in the URL fragment should probably be escaped, but in (Technically the # and @ in the URL fragment should probably be escaped, but in
practice for legibility we bend the rules and include it verbatim) practice for legibility we bend the rules and include it verbatim)
### Optional parameters
https://matrix.to/#/#matrix:matrix.org?web-instance[element.io]=chat.mozilla.org
- `client`, e.g. `client=im.fluffychat`, `client=element.io`
- `web-instance[]`, e.g. `web-instance[element.io]=chat.mozilla.org`
- `via`, e.g. `via=mozilla.org`
You can discuss matrix.to in You can discuss matrix.to in
[`#matrix.to:matrix.org`](https://matrix.to/#/#matrix.to:matrix.org) [`#matrix.to:matrix.org`](https://matrix.to/#/#matrix.to:matrix.org)