MatrixSynapse/synapse/storage
Patrick Cloke 231252516c
Fix "argument of type 'ObservableDeferred' is not iterable" error (#7708)
2020-06-16 12:01:18 -04:00
..
data_stores Fix "argument of type 'ObservableDeferred' is not iterable" error (#7708) 2020-06-16 12:01:18 -04:00
engines Persist user interactive authentication sessions (#7302) 2020-04-30 13:47:49 -04:00
schema
util Move event stream handling out of slave store. (#7491) 2020-05-15 16:43:59 +01:00
__init__.py
_base.py remove `builtins.buffer` code from storage code 2020-05-15 19:37:41 +01:00
background_updates.py
database.py Replace all remaining six usage with native Python 3 equivalents (#7704) 2020-06-16 08:51:47 -04:00
keys.py
persist_events.py Replace all remaining six usage with native Python 3 equivalents (#7704) 2020-06-16 08:51:47 -04:00
prepare_database.py Fix bug in account data replication stream. (#7656) 2020-06-09 16:28:57 +01:00
presence.py
purge_events.py
push_rule.py
relations.py
roommember.py
state.py Replace iteritems/itervalues/iterkeys with native versions. (#7692) 2020-06-15 07:03:36 -04:00
types.py