MatrixSynapse/synapse/storage
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
..
data_stores Make 'event.redacts' never raise. (#6771) 2020-01-23 15:19:03 +00:00
engines
schema
util
__init__.py
_base.py Allow streaming cache invalidate all to workers. (#6749) 2020-01-22 10:37:00 +00:00
background_updates.py
database.py
keys.py
persist_events.py Add a DeltaState to track changes to be made to current state (#6716) 2020-01-20 18:07:20 +00:00
prepare_database.py Add `local_current_membership` table (#6655) 2020-01-15 14:59:33 +00:00
presence.py
purge_events.py Fix purge_room admin API (#6711) 2020-01-15 18:13:47 +00:00
push_rule.py
relations.py
roommember.py
state.py Add StateMap type alias (#6715) 2020-01-16 13:31:22 +00:00