diff options
author | Eric Eastwood <erice@element.io> | 2021-08-09 20:23:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-09 20:23:31 -0500 |
commit | 7afb615839a2df05d39f87718016d278ebdadf5c (patch) | |
tree | 64194132fa88e8ff69c44b3af91dcaeeb1f80d69 /changelog.d | |
parent | Do not remove `status_msg` when user going offline (#10550) (diff) | |
download | synapse-7afb615839a2df05d39f87718016d278ebdadf5c.tar.xz |
When redacting, keep event fields around that maintain the historical event structure intact (MSC2716) (#10538)
* Keep event fields that maintain the historical event structure intact Fix https://github.com/matrix-org/synapse/issues/10521 * Add changelog * Bump room version * Better changelog text * Fix up room version after develop merge
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10538.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10538.feature b/changelog.d/10538.feature new file mode 100644 index 0000000000..120c8e8ca0 --- /dev/null +++ b/changelog.d/10538.feature @@ -0,0 +1 @@ +Add support for new redaction rules for historical events specified in [MSC2716](https://github.com/matrix-org/matrix-doc/pull/2716). |