mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-23 01:38:36 +01:00
* Arrange a few titles Before this change, PublicRoomsChunk in the spec text could be found in two places (actually three but the third one is identical to the first one), defining two (_mostly_ identical but) different schemas. Ctrl-F'ing through the spec may confuse you with the "wrong" definition. This commit gives distinct schemas distinct names; aside from PublicRoomChunk, the same story happens with the derivative of stripped_state.yaml used in space_hierarchy.yaml (it's not exactly StrippedStateEvent either). As for the removal of `PublicRoomsChunks` (plural) - this title is unnecessary because the tooling would place rather self-explanatory `[PublicRoomsChunk]` without it, whereas the plural title ends up with no definition in the spec text. * Add changelog |
||
|---|---|---|
| .. | ||
| errors | ||
| wellknown | ||
| auth_data.yaml | ||
| auth_response.yaml | ||
| client_device.yaml | ||
| client_event.yaml | ||
| client_event_without_room_id.yaml | ||
| cross_signing_key.yaml | ||
| device_keys.yaml | ||
| event_batch.yaml | ||
| event_filter.yaml | ||
| key_backup_data.yaml | ||
| m.relates_to.yaml | ||
| one_time_keys.yaml | ||
| openid_token.yaml | ||
| public_rooms_chunk.yaml | ||
| public_rooms_response.yaml | ||
| push_condition.yaml | ||
| push_rule.yaml | ||
| push_ruleset.yaml | ||
| request_email_validation.yaml | ||
| request_msisdn_validation.yaml | ||
| request_token_response.yaml | ||
| room_event_filter.yaml | ||
| room_key_backup.yaml | ||
| security.yaml | ||
| sso_login_flow.yaml | ||
| state_event_batch.yaml | ||
| sync_filter.yaml | ||
| third_party_signed.yaml | ||
| timeline_batch.yaml | ||
| user_identifier.yaml | ||