MatrixSynapse/synapse/events
Erik Johnston fa4d609e20
Make 'event.redacts' never raise. (#6771)
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.
2020-01-23 15:19:03 +00:00
..
__init__.py Make 'event.redacts' never raise. (#6771) 2020-01-23 15:19:03 +00:00
builder.py
snapshot.py Add StateMap type alias (#6715) 2020-01-16 13:31:22 +00:00
spamcheck.py
third_party_rules.py Change EventContext to use the Storage class (#6564) 2019-12-20 10:32:02 +00:00
utils.py
validator.py