0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-06 20:58:54 +02:00
synapse/changelog.d/14034.bugfix
Patrick Cloke ab8047b4bf
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.
2022-10-07 15:27:50 +00:00

2 lines
133 B
Plaintext

Fix a long-standing bug where edits of non-`m.room.message` events would not be correctly bundled or have their new content applied.