From 8394da83538f155d7045030a130c37809da6244a Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Wed, 3 May 2023 18:05:48 +0100 Subject: [PATCH 1/2] Fix a list formatting error under C-S API -> m.room.member definition --- data/event-schemas/schema/m.room.member.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/data/event-schemas/schema/m.room.member.yaml b/data/event-schemas/schema/m.room.member.yaml index 24b6005f1..f2d297b5a 100644 --- a/data/event-schemas/schema/m.room.member.yaml +++ b/data/event-schemas/schema/m.room.member.yaml @@ -7,13 +7,9 @@ description: |- The following membership states are specified: - `invite` - The user has been invited to join a room, but has not yet joined it. They may not participate in the room until they join. - - `join` - The user has joined the room (possibly after accepting an invite), and may participate in it. - - `leave` - The user was once joined to the room, but has since left (possibly by choice, or possibly by being kicked). - - `ban` - The user has been banned from the room, and is no longer allowed to join it until they are un-banned from the room (by having their membership state set to a value other than `ban`). - - `knock` - The user has knocked on the room, requesting permission to participate. They may not participate in the room until they join. The `third_party_invite` property will be set if this invite is an `invite` event and is the successor of an `m.room.third_party_invite` event, and absent otherwise. From 6899e3fc066906292f85e5f72a9eade4423c2434 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Wed, 3 May 2023 18:08:43 +0100 Subject: [PATCH 2/2] changelog --- changelogs/client_server/newsfragments/1509.clarification | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelogs/client_server/newsfragments/1509.clarification diff --git a/changelogs/client_server/newsfragments/1509.clarification b/changelogs/client_server/newsfragments/1509.clarification new file mode 100644 index 000000000..ca5f3aea5 --- /dev/null +++ b/changelogs/client_server/newsfragments/1509.clarification @@ -0,0 +1 @@ +Fix various typos throughout the specification. \ No newline at end of file