diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-03-21 17:05:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-21 17:05:47 -0400 |
commit | 8f2a3cbb70671c7074aee2482eab5a0b58aa0949 (patch) | |
tree | f78dfa69b75c7a0f123f587a3eed4c99c43ffeb2 | |
parent | Allow running twisted trunk against other branches (#15302) (diff) | |
download | synapse-8f2a3cbb70671c7074aee2482eab5a0b58aa0949.tar.xz |
Update 15295.bugfix
-rw-r--r-- | changelog.d/15295.bugfix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/15295.bugfix b/changelog.d/15295.bugfix index e437ef3a01..af43035383 100644 --- a/changelog.d/15295.bugfix +++ b/changelog.d/15295.bugfix @@ -1 +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. +Fix a long-standing bug where edits of non-`m.room.message` events would not be correctly bundled. |