summary refs log tree commit diff
path: root/changelog.d/16013.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add forward-compatibility for the redacts property (MSC2174). (#16013)Patrick Cloke2023-08-021-0/+1
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.