mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-08 00:43:42 +01:00
tiebreak ordered spaces sensibly
This commit is contained in:
parent
f07e82e34b
commit
37e04f72ae
|
|
@ -115,11 +115,14 @@ relationship can be expressed in one of two ways:
|
|||
|
||||
The `order` key is a string which is used to provide a default ordering of
|
||||
siblings in the room list. (Rooms are sorted based on a lexicographic
|
||||
ordering of the Unicode codepoints of the characters in `order` values;
|
||||
rooms with no `order` come last. `order`s which are not strings, or do not
|
||||
consist solely of ascii characters in the range `\x20` (space) to `\x7F`
|
||||
(`~`), or consist of more than 50 characters, are forbidden and should be
|
||||
ignored if received.)
|
||||
ordering of the Unicode codepoints of the characters in `order` values.
|
||||
Rooms with no `order` come last, in ascending numeric order of the
|
||||
`origin_server_ts` of their `m.room.create` events, or ascending
|
||||
lexicographic order of their `room_id`s in case of equal
|
||||
`origin_server_ts`. `order`s which are not strings, or do not consist
|
||||
solely of ascii characters in the range `\x20` (space) to `\x7F` (`~`), or
|
||||
consist of more than 50 characters, are forbidden and should be ignored if
|
||||
received.)
|
||||
|
||||
2. Separately, rooms can claim parents via the `m.space.parent` state
|
||||
event.
|
||||
|
|
|
|||
Loading…
Reference in a new issue