summary refs log tree commit diff
path: root/changelog.d/14811.feature (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement MSC3925: changes to bundling of edits (#14811)Richard van der Hoff2023-01-101-0/+1
Two parts to this: * Bundle the whole of the replacement with any edited events. This is backwards-compatible so I haven't put it behind a flag. * Optionally, inhibit server-side replacement of edited events. This has scope to break things, so it is currently disabled by default.