Update content/appendices.md

Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
Johannes Marbach 2024-06-12 09:38:20 +02:00 committed by GitHub
parent c35ba8f77c
commit 2da3cc3323
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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