summary refs log tree commit diff
path: root/changelog.d/12113.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Invalidate caches when an event with a relation is redacted. (#12121)Patrick Cloke2022-03-071-1/+0
| | | | | The caches for the target of the relation must be cleared so that the bundled aggregations are re-calculated after the redaction is processed.
* Improve and refactor the tests for relations. (#12113)Patrick Cloke2022-03-021-0/+1
* Modernizes code (f-strings, etc.) * Fixes incorrect comments. * Splits the test case into two. * Factors out some duplicated code.