summary refs log tree commit diff
path: root/synapse (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-23Move persist_events out from main data store.Erik Johnston2-634/+711
This is in preparation for splitting out of state_groups_state from the main store into it own one, as persisting events depends on calculating state.
2019-10-23Add config linting script that checks for bool casing (#6203)Andrew Morgan14-30/+49
Add a linting script that enforces all boolean values in the default config be lowercase. This has annoyed me for a while so I decided to fix it.
2019-10-22Clean up prepare_database.py a