anonymousland-synapse/synapse/storage
Erik Johnston 611215a49c
Delete current state when server leaves a room (#6792)
Otherwise its just stale data, which may get deleted later anyway so
can't be relied on. It's also a bit of a shotgun if we're trying to get
the current state of a room we're not in.
2020-01-29 11:01:32 +00:00
..
data_stores Delete current state when server leaves a room (#6792) 2020-01-29 11:01:32 +00:00
engines Warn if postgres database has non-C locale. (#6734) 2020-01-28 13:44:21 +00:00
schema
util
__init__.py Move are_all_users_on_domain checks to main data store. 2019-12-06 13:43:40 +00:00
_base.py Allow streaming cache invalidate all to workers. (#6749) 2020-01-22 10:37:00 +00:00
background_updates.py Add a background update to clear tombstoned rooms from the directory (#6648) 2020-01-07 14:18:43 +00:00
database.py Add database config class (#6513) 2019-12-18 10:45:12 +00:00
keys.py
persist_events.py Delete current state when server leaves a room (#6792) 2020-01-29 11:01:32 +00:00
prepare_database.py Warn if postgres database has non-C locale. (#6734) 2020-01-28 13:44:21 +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