summary refs log tree commit diff
path: root/changelog.d/15193.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.79.0rc1David Robertson2023-03-071-1/+0
|
* Stop applying edits to event contents (MSC3925). (#15193)Patrick Cloke2023-03-061-0/+1
Enables MSC3925 support by default, which: * Includes the full edit event in the bundled aggregations of an edited event. * Stops modifying the original event's content to return the new content from the edit event. This is a backwards-incompatible change that is considered to be "correct" by the spec.