diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-03-21 14:19:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-21 14:19:54 -0400 |
commit | 1bc4feb6c9762216e930daf0ddbdb86c77bf7724 (patch) | |
tree | dd8dc6a76fbadabf0814e7fbbe623b8e8c6a6c6d /changelog.d | |
parent | Revert "check sqlite database file exists before porting/#14692" (#15301) (diff) | |
download | synapse-1bc4feb6c9762216e930daf0ddbdb86c77bf7724.tar.xz |
Apply & bundle edits for non-message events. (#15295)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15295.bugfix | 1 |
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. |