diff options
author | Shay <hillerys@element.io> | 2022-10-11 11:18:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-11 11:18:45 -0700 |
commit | a86b2f6837f0a067b0a014fbf5140e8773b8da2e (patch) | |
tree | 688048da772b1e5cd56070ce5fda8220af4c225f /changelog.d | |
parent | Handle `gottestfmt` repository move (#14144) (diff) | |
download | synapse-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.bugfix | 1 |
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. |