summary refs log tree commit diff
path: root/changelog.d/15295.bugfix
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2023-03-21 14:19:54 -0400
committerGitHub <noreply@github.com>2023-03-21 14:19:54 -0400
commit1bc4feb6c9762216e930daf0ddbdb86c77bf7724 (patch)
treedd8dc6a76fbadabf0814e7fbbe623b8e8c6a6c6d /changelog.d/15295.bugfix
parentRevert "check sqlite database file exists before porting/#14692" (#15301) (diff)
downloadsynapse-1bc4feb6c9762216e930daf0ddbdb86c77bf7724.tar.xz
Apply & bundle edits for non-message events. (#15295)
Diffstat (limited to 'changelog.d/15295.bugfix')
-rw-r--r--changelog.d/15295.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15295.bugfix b/changelog.d/15295.bugfix
new file mode 100644
index 0000000000..e437ef3a01
--- /dev/null
+++ b/changelog.d/15295.bugfix
@@ -0,0 +1 @@
+Fix a long-standing bug where edits of non-`m.room.message` events would not be correctly bundled or have their new content applied.