Use the same path for incremental with gap or without gap

This commit is contained in:
Erik Johnston 2016-01-27 17:06:52 +00:00
parent b97f6626b6
commit aca3193efb
3 changed files with 147 additions and 212 deletions

View file

@ -128,7 +128,6 @@ class EventsStore(SQLBaseStore):
is_new_state=is_new_state,
current_state=current_state,
)
logger.info("Invalidating %r at %r", event.room_id, stream_ordering)
self._events_stream_cache.room_has_changed(None, event.room_id, stream_ordering)
except _RollbackButIsFineException:
pass