Skip to content

Commit

Permalink
Update README to reflect new supported URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
Unkn0wnCat authored Sep 27, 2021
1 parent 5c3f3a1 commit 87cb5d7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,17 @@ 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)

Alternatively URLs can also be formatted in the matrix-URI scheme:

| Entity type: | Example URL |
|--------------|----------------------------------------------------------------------|
| Rooms: | https://matrix.to/#/r/matrix:matrix.org |
| Rooms by ID: | https://matrix.to/#/roomid/cURbafjkfsMDVwdRDQ:matrix.org |
| Users: | https://matrix.to/#/u/matthew:matrix.org |
| Messages: | https://matrix.to/#/r/matrix:matrix.org/e/$1448831580433WbpiJ:jki.re |

Any of these identifiers may also be prefixed with `matrix:` (e.g. https://matrix.to/#/matrix:r/matrix:matrix.org).

You can discuss matrix.to in
[`#matrix.to:matrix.org`](https://matrix.to/#/#matrix.to:matrix.org)

Expand Down

0 comments on commit 87cb5d7

Please sign in to comment.