mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-25 10:28:37 +01:00
|
Some checks are pending
Spec / 🔎 Validate OpenAPI specifications (push) Waiting to run
Spec / 🔎 Check Event schema examples (push) Waiting to run
Spec / 🔎 Check OpenAPI definitions examples (push) Waiting to run
Spec / 🔎 Check JSON Schemas inline examples (push) Waiting to run
Spec / ⚙️ Calculate baseURL for later jobs (push) Waiting to run
Spec / 🐍 Build OpenAPI definitions (push) Blocked by required conditions
Spec / 📢 Run towncrier for changelog (push) Waiting to run
Spec / 📖 Build the spec (push) Blocked by required conditions
Spec / 🔎 Validate generated HTML (push) Blocked by required conditions
Spec / 📖 Build the historical backup spec (push) Blocked by required conditions
Spell Check / Spell Check with Typos (push) Waiting to run
* Fix sync example The same event should not appear in `state` and in the `timeline` so we cannot use the same event twice. To provide a `state` example we assume that with lazy-loading the user did not get the state event for `@example:example.org`, so we add one since they sent a message in the timeline. The events that are referenced include a `room_id`, which doesn't appear on this endpoint, so we copy them without it. Finally, the `join` event of `@alice:example.org` is wrong because the sender does not match the state key, which wouldn't pass the authorization rules. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> * Fix the `m.room.member.yaml` example This is a `join` event, and the `sender` doesn't match the `state_key`, so the event couldn't pass the authorization rules. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> * Add changelog Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> --------- Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> |
||
|---|---|---|
| .. | ||
| core | ||
| invite_room_state.json | ||
| knock_room_state.json | ||
| m.accepted_terms.yaml | ||
| m.call.answer.yaml | ||
| m.call.candidates.yaml | ||
| m.call.hangup.yaml | ||
| m.call.invite.yaml | ||
| m.call.negotiate.yaml | ||
| m.call.reject.yaml | ||
| m.call.sdp_stream_metadata_changed.yaml | ||
| m.call.select_answer.yaml | ||
| m.direct.yaml | ||
| m.dummy.yaml | ||
| m.forwarded_room_key.yaml | ||
| m.fully_read.yaml | ||
| m.identity_server.yaml | ||
| m.ignored_user_list.yaml | ||
| m.key.verification.accept.yaml | ||
| m.key.verification.cancel.yaml | ||
| m.key.verification.done.yaml | ||
| m.key.verification.key.yaml | ||
| m.key.verification.mac.yaml | ||
| m.key.verification.ready.yaml | ||
| m.key.verification.request.yaml | ||
| m.key.verification.start$m.sas.v1.yaml | ||
| m.key.verification.start.yaml | ||
| m.marked_unread.yaml | ||
| m.policy.rule.room.yaml | ||
| m.policy.rule.server.yaml | ||
| m.policy.rule.user.yaml | ||
| m.presence.yaml | ||
| m.push_rules.yaml | ||
| m.reaction.yaml | ||
| m.receipt.yaml | ||
| m.room.avatar.yaml | ||
| m.room.canonical_alias.yaml | ||
| m.room.create.yaml | ||
| m.room.encrypted$megolm.yaml | ||
| m.room.encrypted$olm.yaml | ||
| m.room.encryption.yaml | ||
| m.room.guest_access.yaml | ||
| m.room.history_visibility.yaml | ||
| m.room.join_rules$restricted.yaml | ||
| m.room.join_rules.yaml | ||
| m.room.member$invite_room_state.yaml | ||
| m.room.member$join_authorised_via_users_server.yaml | ||
| m.room.member$knock_room_state.yaml | ||
| m.room.member$third_party_invite.yaml | ||
| m.room.member.yaml | ||
| m.room.message$m.audio.yaml | ||
| m.room.message$m.emote.yaml | ||
| m.room.message$m.file.yaml | ||
| m.room.message$m.image.yaml | ||
| m.room.message$m.key.verification.request.yaml | ||
| m.room.message$m.location.yaml | ||
| m.room.message$m.notice.yaml | ||
| m.room.message$m.server_notice.yaml | ||
| m.room.message$m.text.yaml | ||
| m.room.message$m.video.yaml | ||
| m.room.name.yaml | ||
| m.room.pinned_events.yaml | ||
| m.room.power_levels.yaml | ||
| m.room.redaction.yaml | ||
| m.room.server_acl.yaml | ||
| m.room.third_party_invite.yaml | ||
| m.room.tombstone.yaml | ||
| m.room.topic.yaml | ||
| m.room_key.withheld.yaml | ||
| m.room_key.yaml | ||
| m.room_key_request$cancel_request.yaml | ||
| m.room_key_request$request.yaml | ||
| m.secret.request.yaml | ||
| m.secret.send.yaml | ||
| m.space.child.yaml | ||
| m.space.parent.yaml | ||
| m.sticker.yaml | ||
| m.tag.yaml | ||
| m.typing.yaml | ||