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.
63
63
(Technically the # and @ in the URL fragment should probably be escaped, but in
64
64
practice for legibility we bend the rules and include it verbatim)
65
65
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
+
66
77
You can discuss matrix.to in
67
78
[ ` #matrix.to:matrix.org ` ] ( https://matrix.to/#/#matrix.to:matrix.org )
68
79
You can’t perform that action at this time.
0 commit comments