diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-08-02 11:35:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-02 15:35:54 +0000 |
commit | 4f5bccbbba13ba10412497cb92a1460535cf7a25 (patch) | |
tree | a59b26b5f3345841f965235d53d70f78e0e6eae0 /changelog.d | |
parent | Update MSC3958 support to interact with intentional mentions. (#15992) (diff) | |
download | synapse-4f5bccbbba13ba10412497cb92a1460535cf7a25.tar.xz |
Add forward-compatibility for the redacts property (MSC2174). (#16013)
The location of the redacts field changes in room version 11. Ensure it is copied to the *new* location for *old* room versions for forwards-compatibility with clients. Note that copying it to the *old* location for the *new* room version was previously handled.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16013.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16013.misc b/changelog.d/16013.misc new file mode 100644 index 0000000000..bd161e13ed --- /dev/null +++ b/changelog.d/16013.misc @@ -0,0 +1 @@ +Properly overwrite the `redacts` content-property for forwards-compatibility with room versions 1 through 10. |