Skip to content

Commit

Permalink
Changing client config to account data in more places
Browse files Browse the repository at this point in the history
changing the URL fragments in a few missed spaces
  • Loading branch information
yoyodragon committed Dec 18, 2024
1 parent 478af3a commit 7ce9e05
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions content/client-server-api/modules/read_markers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion content/client-server-api/modules/secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion data/api/client-server/registration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7ce9e05

Please sign in to comment.