File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,17 @@ visitors.
6363(Technically the # and @ in the URL fragment should probably be escaped, but in
6464practice 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+
6677You can discuss matrix.to in
6778[ ` #matrix.to:matrix.org ` ] ( https://matrix.to/#/#matrix.to:matrix.org )
6879
You can’t perform that action at this time.
0 commit comments