mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Add added-in shortcode for unread markers section (#1941)
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
415fb43848
commit
6d088e03a1
1
changelogs/client_server/newsfragments/1941.feature
Normal file
1
changelogs/client_server/newsfragments/1941.feature
Normal file
|
|
@ -0,0 +1 @@
|
|||
Add support for marking rooms as unread as per [MSC2867](https://github.com/matrix-org/matrix-spec-proposals/pull/2867).
|
||||
|
|
@ -57,6 +57,8 @@ applicable filters are also satisfied.
|
|||
|
||||
#### Unread markers
|
||||
|
||||
{{% added-in v="1.12" %}}
|
||||
|
||||
Clients may use "unread markers" to allow users to label rooms for later
|
||||
attention irrespective of [read receipts](#receipts) or
|
||||
[fully read markers](#fully-read-markers).
|
||||
|
|
|
|||
Loading…
Reference in a new issue