Fix bug where we ignored event_edge_hashes table

This commit is contained in:
Erik Johnston 2014-12-15 13:55:22 +00:00
parent 23c7cb6220
commit c8dd3314d6
5 changed files with 10 additions and 7 deletions

View file

@ -83,7 +83,6 @@ class SQLBaseStore(object):
def __init__(self, hs):
self.hs = hs
self._db_pool = hs.get_db_pool()
self.event_factory = hs.get_event_factory()
self._clock = hs.get_clock()
@defer.inlineCallbacks