summary refs log tree commit diff
path: root/changelog.d/16905.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.102.0rc1 v1.102.0rc1Andrew Morgan2024-02-201-1/+0
|
* Don't invalidate the entire event cache when we purge history (#16905)Erik Johnston2024-02-131-0/+1
We do this by adding support to the LRU cache for "extra indices" based on the cached value. This allows us to efficiently map from room ID to the cached events and only invalidate those.