Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use stable identifiers for MSC3771 & MSC3773. (#14050) | Patrick Cloke | 2022-10-07 | 1 | -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 Cloke | 2022-10-04 | 1 | -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. |