summary refs log tree commit diff
path: root/changelog.d/13776.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.
* Track notification counts per thread (implement MSC3773). (#13776)Patrick Cloke2022-10-041-0/+1
When retrieving counts of notifications segment the results based on the thread ID, but choose whether to return them as individual threads or as a single summed field by letting the client opt-in via a sync flag. The summarization code is also updated to be per thread, instead of per room.