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

This commit is contained in:
Erik Johnston 2015-03-20 16:02:47 +00:00
commit 9517f4da4d
3 changed files with 30 additions and 14 deletions

View file

@ -52,6 +52,7 @@ class EventsStore(SQLBaseStore):
is_new_state=is_new_state,
current_state=current_state,
)
self.get_room_events_max_id.invalidate()
except _RollbackButIsFineException:
pass