Merge branch 'develop' of github.com:matrix-org/synapse into erikj/executemany

This commit is contained in:
Erik Johnston 2015-05-05 18:15:20 +01:00
commit ed2584050f
8 changed files with 118 additions and 46 deletions

View file

@ -332,7 +332,9 @@ class EventFederationStore(SQLBaseStore):
)
txn.execute(query)
self.get_latest_event_ids_in_room.invalidate(room_id)
txn.call_after(
self.get_latest_event_ids_in_room.invalidate, room_id
)
def get_backfill_events(self, room_id, event_list, limit):
"""Get a list of Events for a given topic that occurred before (and