Merge pull request #2259 from matrix-org/erikj/fix_state_woes

Fix bug where state_group tables got corrupted
This commit is contained in:
Erik Johnston 2017-06-07 17:51:25 +01:00 committed by GitHub
commit c62c480dc6
3 changed files with 24 additions and 10 deletions

View file

@ -1440,7 +1440,7 @@ class EventsStore(SQLBaseStore):
]
rows = self._new_transaction(
conn, "do_fetch", [], None, self._fetch_event_rows, event_ids
conn, "do_fetch", [], [], None, self._fetch_event_rows, event_ids
)
row_dict = {