mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-09 13:04:09 +01:00
Fix path grammar
Co-Authored-By: David Vo <auscompgeek@users.noreply.github.com>
This commit is contained in:
parent
f2850c7f6a
commit
008185dfcb
|
|
@ -231,7 +231,7 @@ restricts the path component of a Matrix URI to a simple
|
||||||
pattern that allows to easily reconstruct a Matrix identifier or
|
pattern that allows to easily reconstruct a Matrix identifier or
|
||||||
a chain of identifiers:
|
a chain of identifiers:
|
||||||
```text
|
```text
|
||||||
path = type “/” id-without-sigil “/” path
|
path = type “/” id-without-sigil [“/” path]
|
||||||
type = “user” / “roomid” / “room” / “event” / “group”
|
type = “user” / “roomid” / “room” / “event” / “group”
|
||||||
id-without-sigil = string ; see below
|
id-without-sigil = string ; see below
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue