MatrixSynapse/synapse/storage
Richard van der Hoff 302dc89f6a
Fix bug which caused failure on join with malformed membership events (#8385)
2020-09-23 16:42:14 +01:00
..
databases Fix bug which caused failure on join with malformed membership events (#8385) 2020-09-23 16:42:14 +01:00
engines
schema
util Use `async with` for ID gens (#8383) 2020-09-23 16:11:18 +01:00
__init__.py Make `StreamToken.room_key` be a `RoomStreamToken` instance. (#8281) 2020-09-11 12:22:55 +01:00
_base.py
background_updates.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
database.py Catch-up after Federation Outage (split, 1) (#8230) 2020-09-04 12:22:23 +01:00
keys.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
persist_events.py Make `StreamToken.room_key` be a `RoomStreamToken` instance. (#8281) 2020-09-11 12:22:55 +01:00
prepare_database.py Use slots in attrs classes where possible (#8296) 2020-09-14 12:50:06 -04:00
purge_events.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
push_rule.py
relations.py Use slots in attrs classes where possible (#8296) 2020-09-14 12:50:06 -04:00
roommember.py
state.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
types.py