mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +01:00
Update content/appendices.md
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
parent
c35ba8f77c
commit
2da3cc3323
|
|
@ -689,12 +689,12 @@ However, the precise format depends upon the [room version
|
||||||
specification](/rooms): early room versions included a `domain` component,
|
specification](/rooms): early room versions included a `domain` component,
|
||||||
whereas more recent versions omit the domain and use a base64-encoded hash instead.
|
whereas more recent versions omit the domain and use a base64-encoded hash instead.
|
||||||
|
|
||||||
|
In addition to the requirements of the room version, the length of an event ID,
|
||||||
|
including the `$` sigil and the domain where present, MUST NOT exceed 255 bytes.
|
||||||
|
|
||||||
Event IDs are case-sensitive. They are not meant to be human-readable. They are
|
Event IDs are case-sensitive. They are not meant to be human-readable. They are
|
||||||
intended to be treated as fully opaque strings by clients.
|
intended to be treated as fully opaque strings by clients.
|
||||||
|
|
||||||
The length of an event ID MUST NOT exceed 255 bytes.
|
|
||||||
|
|
||||||
|
|
||||||
### URIs
|
### URIs
|
||||||
|
|
||||||
There are two major kinds of referring to a resource in Matrix: matrix.to
|
There are two major kinds of referring to a resource in Matrix: matrix.to
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue