From b0281fde72995318a50ba2933129b10b6b1d84a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20T=C3=B6tterman?= Date: Tue, 12 Oct 2021 12:06:49 +0300 Subject: [PATCH] Document optional URL params --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 08e9b29..ec104db 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,14 @@ visitors. (Technically the # and @ in the URL fragment should probably be escaped, but in 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 [`#matrix.to:matrix.org`](https://matrix.to/#/#matrix.to:matrix.org)