summary refs log tree commit diff
path: root/changelog.d/6771.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.10.0rc1Erik Johnston2020-01-311-1/+0
|
* Make 'event.redacts' never raise. (#6771)Erik Johnston2020-01-231-0/+1
There are quite a few places that we assume that a redaction event has a corresponding `redacts` key, which is not always the case. So lets cheekily make it so that event.redacts just returns None instead.