From 844dd6f8aefd301c18643488ef101d38c18c9be9 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Tue, 4 Mar 2025 18:18:27 +0100 Subject: [PATCH] Clients can choose which history visibility options they offer to users when creating rooms (#2072) Signed-off-by: Johannes Marbach --- changelogs/client_server/newsfragments/2072.clarification | 1 + content/client-server-api/modules/history_visibility.md | 7 ++----- 2 files changed, 3 insertions(+), 5 deletions(-) create mode 100644 changelogs/client_server/newsfragments/2072.clarification diff --git a/changelogs/client_server/newsfragments/2072.clarification b/changelogs/client_server/newsfragments/2072.clarification new file mode 100644 index 00000000..ddb9a536 --- /dev/null +++ b/changelogs/client_server/newsfragments/2072.clarification @@ -0,0 +1 @@ +Clients can choose which history visibility options they offer to users when creating rooms. diff --git a/content/client-server-api/modules/history_visibility.md b/content/client-server-api/modules/history_visibility.md index b0d333ab..04487bdb 100644 --- a/content/client-server-api/modules/history_visibility.md +++ b/content/client-server-api/modules/history_visibility.md @@ -43,11 +43,8 @@ setting at that time was more restrictive. #### Client behaviour -Clients that implement this module MUST present to the user the possible -options for setting history visibility when creating a room. - -Clients may want to display a notice that their events may be read by -non-joined people if the value is set to `world_readable`. +Clients may want to display a notice that events may be read by +non-joined people if the history visibility is set to `world_readable`. #### Server behaviour