anonymousland-synapse/synapse/storage
Erik Johnston f6f92845f8
Fix bug in persist events when dealing with non member types. (#7548)
`_is_server_still_joined` will throw if it is given state updates with non-user ID state keys with local user leaves. This is actually rarely a problem since local leaves almost always get persisted by themselves.

(I discovered this on a branch that was otherwise broken, so I haven't seen this in the wild)
2020-05-21 13:20:10 +01:00
..
data_stores Merge pull request #7519 from matrix-org/rav/kill_py2_code 2020-05-18 10:45:30 +01:00
engines Persist user interactive authentication sessions (#7302) 2020-04-30 13:47:49 -04:00
schema Only run one background update at a time 2020-03-31 17:43:58 +01:00
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 Update docstring per review comments 2020-04-03 10:51:32 +01:00
database.py Remove exception_to_unicode 2020-05-15 19:07:24 +01:00
keys.py
persist_events.py Fix bug in persist events when dealing with non member types. (#7548) 2020-05-21 13:20:10 +01:00
prepare_database.py Support any process writing to cache invalidation stream. (#7436) 2020-05-07 13:51:08 +01:00
presence.py
purge_events.py
push_rule.py
relations.py
roommember.py
state.py
types.py Add some type annotations in synapse.storage (#6987) 2020-02-27 11:53:40 +00:00