This commit is contained in:
Erik Johnston 2016-01-27 17:11:04 +00:00
parent aca3193efb
commit e7febf4fbb
3 changed files with 9 additions and 6 deletions

View file

@ -128,7 +128,9 @@ class EventsStore(SQLBaseStore):
is_new_state=is_new_state,
current_state=current_state,
)
self._events_stream_cache.room_has_changed(None, event.room_id, stream_ordering)
self._events_stream_cache.room_has_changed(
None, event.room_id, stream_ordering
)
except _RollbackButIsFineException:
pass