diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-03-06 09:43:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-06 09:43:01 -0500 |
commit | 05e0a4089a013979e5d0642f6a0f1d22ad865ee1 (patch) | |
tree | acb316c71539d519dca1c98fcbecbbbf6ef4f527 /changelog.d | |
parent | Stabilize support for MSC3758: event_property_is push condition (#15185) (diff) | |
download | synapse-05e0a4089a013979e5d0642f6a0f1d22ad865ee1.tar.xz |
Stop applying edits to event contents (MSC3925). (#15193)
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.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15193.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15193.bugfix b/changelog.d/15193.bugfix new file mode 100644 index 0000000000..ca781e9631 --- /dev/null +++ b/changelog.d/15193.bugfix @@ -0,0 +1 @@ +Stop applying edits when bundling aggregations, per [MSC3925](https://github.com/matrix-org/matrix-spec-proposals/pull/3925). |