From e9bdc0fce27fd3ebf73eee00c7b61f8e3b5bd67d Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Mon, 6 Jan 2025 14:25:45 +0100 Subject: [PATCH 1/2] Add missing preposition Signed-off-by: Johannes Marbach --- content/client-server-api/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/client-server-api/_index.md b/content/client-server-api/_index.md index bdee69b24..167e8ec77 100644 --- a/content/client-server-api/_index.md +++ b/content/client-server-api/_index.md @@ -2783,7 +2783,7 @@ Whether or not they actually joined the room, if the room is an re-join the room. A user can also forget a room which they have left. Rooms which have -been forgotten will never appear the response to the [`/sync`](/client-server-api/#get_matrixclientv3sync) API, +been forgotten will never appear in the response to the [`/sync`](/client-server-api/#get_matrixclientv3sync) API, until the user re-joins, is re-invited, or knocks. A user may wish to force another user to leave a room. This can be done From 2a277b8f20de7e835dfa4f99c801576227a74bee Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Mon, 6 Jan 2025 14:27:16 +0100 Subject: [PATCH 2/2] Add changelog --- changelogs/client_server/newsfragments/2048.clarification | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelogs/client_server/newsfragments/2048.clarification diff --git a/changelogs/client_server/newsfragments/2048.clarification b/changelogs/client_server/newsfragments/2048.clarification new file mode 100644 index 000000000..3ccb23339 --- /dev/null +++ b/changelogs/client_server/newsfragments/2048.clarification @@ -0,0 +1 @@ +Fix various typos throughout the specification.