Skip to content

Commit 87cb5d7

Browse files
authored
Update README to reflect new supported URLs
1 parent 5c3f3a1 commit 87cb5d7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,17 @@ visitors.
6363
(Technically the # and @ in the URL fragment should probably be escaped, but in
6464
practice for legibility we bend the rules and include it verbatim)
6565

66+
Alternatively URLs can also be formatted in the matrix-URI scheme:
67+
68+
| Entity type: | Example URL |
69+
|--------------|----------------------------------------------------------------------|
70+
| Rooms: | https://matrix.to/#/r/matrix:matrix.org |
71+
| Rooms by ID: | https://matrix.to/#/roomid/cURbafjkfsMDVwdRDQ:matrix.org |
72+
| Users: | https://matrix.to/#/u/matthew:matrix.org |
73+
| Messages: | https://matrix.to/#/r/matrix:matrix.org/e/$1448831580433WbpiJ:jki.re |
74+
75+
Any of these identifiers may also be prefixed with `matrix:` (e.g. https://matrix.to/#/matrix:r/matrix:matrix.org).
76+
6677
You can discuss matrix.to in
6778
[`#matrix.to:matrix.org`](https://matrix.to/#/#matrix.to:matrix.org)
6879

0 commit comments

Comments
 (0)