summary refs log tree commit diff
path: root/changelog.d/13877.feature (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use stable identifiers for MSC3771 & MSC3773. (#14050)Patrick Cloke2022-10-071-1/+1
| | | | | These are both part of Matrix 1.4 which has now been released. For now, support both the unstable and stable identifiers.
* Mark events as read using threaded read receipts from MSC3771. (#13877)Patrick Cloke2022-10-041-0/+1
Applies the proper logic for unthreaded and threaded receipts to either apply to all events in the room or only events in the same thread, respectively.