diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-03-07 09:00:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 14:00:05 +0000 |
commit | f63bedef07360216a8de71dc38f00f1aea503903 (patch) | |
tree | 65bfb274f4890385151df3073e72b7057c82a950 /changelog.d | |
parent | Switch the `tests-done` job to an Action (#12161) (diff) | |
download | synapse-f63bedef07360216a8de71dc38f00f1aea503903.tar.xz |
Invalidate caches when an event with a relation is redacted. (#12121)
The caches for the target of the relation must be cleared so that the bundled aggregations are re-calculated after the redaction is processed.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12113.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/12113.misc | 1 | ||||
-rw-r--r-- | changelog.d/12121.bugfix | 1 |
3 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/12113.bugfix b/changelog.d/12113.bugfix new file mode 100644 index 0000000000..df9b0dc413 --- /dev/null +++ b/changelog.d/12113.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug when redacting events with relations. diff --git a/changelog.d/12113.misc b/changelog.d/12113.misc deleted file mode 100644 index 102e064053..0000000000 --- a/changelog.d/12113.misc +++ /dev/null @@ -1 +0,0 @@ -Refactor the tests for event relations. diff --git a/changelog.d/12121.bugfix b/changelog.d/12121.bugfix new file mode 100644 index 0000000000..df9b0dc413 --- /dev/null +++ b/changelog.d/12121.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug when redacting events with relations. |