Update content/client-server-api/modules/read_markers.md

Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
This commit is contained in:
Johannes Marbach 2024-07-10 10:04:54 +02:00 committed by GitHub
parent 85f46d9054
commit b8541cc27c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,8 +65,8 @@ attention irrespective of [read receipts](#receipts) or
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
to determine the user's current unread marker state in the room, and just
like other account data events the event will be pushed down the event
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.
{{% event event="m.marked_unread" %}}