summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorShay <hillerys@element.io>2022-10-11 11:18:45 -0700
committerGitHub <noreply@github.com>2022-10-11 11:18:45 -0700
commita86b2f6837f0a067b0a014fbf5140e8773b8da2e (patch)
tree688048da772b1e5cd56070ce5fda8220af4c225f /changelog.d
parentHandle `gottestfmt` repository move (#14144) (diff)
downloadsynapse-a86b2f6837f0a067b0a014fbf5140e8773b8da2e.tar.xz
Fix a bug where redactions were not being sent over federation if we did not have the original event. (#13813)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13813.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13813.bugfix b/changelog.d/13813.bugfix
new file mode 100644
index 0000000000..23388788ff
--- /dev/null
+++ b/changelog.d/13813.bugfix
@@ -0,0 +1 @@
+Fix a long-standing bug where redactions were not being sent over federation if we did not have the original event.