diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-05-15 08:58:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-15 12:58:09 +0000 |
commit | ba6b21c81e67583ac850eab5d96fe5666620d614 (patch) | |
tree | f470e1e8a9b5f114fa0942aa114fb3af97669634 /changelog.d | |
parent | Revert "Bump pillow from 9.4.0 to 9.5.0 (#15593)" (diff) | |
download | synapse-ba6b21c81e67583ac850eab5d96fe5666620d614.tar.xz |
Implement MSC3389 to protect relations from redaction. (#15565)
MSC3389 proposes protecting the relation type & parent event ID from redaction. This keeps the relation information intact after redaction which helps with some UX flaws (e.g. deleting an event causes it to no longer be in a thread, which is confusing).
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15565.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15565.misc b/changelog.d/15565.misc new file mode 100644 index 0000000000..5adc1aab9d --- /dev/null +++ b/changelog.d/15565.misc @@ -0,0 +1 @@ +Implement updated redaction rules from [MSC3389](https://github.com/matrix-org/matrix-spec-proposals/pull/3389). |