diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2023-01-10 16:31:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-10 16:31:28 +0000 |
commit | 06ab64f201dffcb93b826546e20be53cc712c8b8 (patch) | |
tree | 891699c8db995e9051ff4ce1b2c08517985246ea /changelog.d | |
parent | Update changelog 2 (diff) | |
download | synapse-06ab64f201dffcb93b826546e20be53cc712c8b8.tar.xz |
Implement MSC3925: changes to bundling of edits (#14811)
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.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14811.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14811.feature b/changelog.d/14811.feature new file mode 100644 index 0000000000..87542835c3 --- /dev/null +++ b/changelog.d/14811.feature @@ -0,0 +1 @@ +Per [MSC3925](https://github.com/matrix-org/matrix-spec-proposals/pull/3925), bundle the whole of the replacement with any edited events, and optionally inhibit server-side replacement. |