mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-01 09:14:10 +01:00
Merge pull request #1490 from matrix-org/dbkr/room_tag_grammar
Fix grammar in room tag spec
This commit is contained in:
commit
eb45419431
|
|
@ -41,7 +41,7 @@ after the rooms with that tag that have an ``order`` key.
|
||||||
|
|
||||||
The name of a tag MUST not exceed 255 bytes.
|
The name of a tag MUST not exceed 255 bytes.
|
||||||
|
|
||||||
Tags namespaces are defined in the following way, depending on how the client are expected to interpret them:
|
The tag namespace is defined as follows:
|
||||||
|
|
||||||
* The namespace ``m.*`` is reserved for tags defined in the Matrix specification. Clients must ignore
|
* The namespace ``m.*`` is reserved for tags defined in the Matrix specification. Clients must ignore
|
||||||
any tags in this namespace they don't understand.
|
any tags in this namespace they don't understand.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue