summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-10-07 11:27:50 -0400
committerGitHub <noreply@github.com>2022-10-07 15:27:50 +0000
commitab8047b4bf581d0c343c1e900e8740745668d941 (patch)
treed03bd2bbbb4bdcdeed7c7ea573c9a9115f79a982 /changelog.d
parentDocument Google OpenID Connect email attribute (#14081) (diff)
downloadsynapse-ab8047b4bf581d0c343c1e900e8740745668d941.tar.xz
Apply & bundle edits for non-message events. (#14034)
Fixes two related bugs:

* No edit information was bundled for events which aren't `m.room.message`.
* `m.new_content` was not applied for those events.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14034.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14034.bugfix b/changelog.d/14034.bugfix
new file mode 100644
index 0000000000..e437ef3a01
--- /dev/null
+++ b/changelog.d/14034.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.