From 7ce9e0546d51afeb4f9ba895ca733945523e9388 Mon Sep 17 00:00:00 2001 From: yoyodragon Date: Thu, 19 Dec 2024 01:50:31 +0530 Subject: [PATCH] Changing client config to account data in more places changing the URL fragments in a few missed spaces --- content/client-server-api/modules/read_markers.md | 4 ++-- content/client-server-api/modules/secrets.md | 2 +- data/api/client-server/registration.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/client-server-api/modules/read_markers.md b/content/client-server-api/modules/read_markers.md index 960f50b7..a9678b1c 100644 --- a/content/client-server-api/modules/read_markers.md +++ b/content/client-server-api/modules/read_markers.md @@ -12,7 +12,7 @@ read receipt marks the last event of the second section. ##### Events The user's fully read marker is kept as an event in the room's [account -data](#client-config). The event may be read to determine the user's +data](#account-data). The event may be read to determine the user's current fully read marker location in the room, and just like other account data events the event will be pushed down the event stream when updated. @@ -66,7 +66,7 @@ attention irrespective of [read receipts](#receipts) or ##### Events The user's unread marker in a room is kept under an `m.marked_unread` -event in the room's [account data](#client-config). The event may be read +event in the room's [account data](#account-data). The event may be read to determine the user's current unread marker state in the room. Just like other account data events, the event will be pushed down the event stream when updated. diff --git a/content/client-server-api/modules/secrets.md b/content/client-server-api/modules/secrets.md index 3e586bc4..66d2450e 100644 --- a/content/client-server-api/modules/secrets.md +++ b/content/client-server-api/modules/secrets.md @@ -21,7 +21,7 @@ sharing", "SSSS", or "4S". #### Storage When secrets are stored on the server, they are stored in the user's -[account-data](#client-config), using an event type equal to the +[account-data](#account-data), using an event type equal to the secret's identifier. The keys that secrets are encrypted with are described by data that is also stored in the user's account-data. Users can have multiple keys, allowing them to control what sets of secrets diff --git a/data/api/client-server/registration.yaml b/data/api/client-server/registration.yaml index 1dd314b8..11527c9d 100644 --- a/data/api/client-server/registration.yaml +++ b/data/api/client-server/registration.yaml @@ -635,7 +635,7 @@ paths: might still serve unredacted copies. The server should additionally erase any non-event data - associated with the user, such as [account data](/client-server-api/#client-config) + associated with the user, such as [account data](/client-server-api/#account-data) and [contact 3PIDs](/client-server-api/#adding-account-administrative-contact-information). Defaults to `false` if not present.