mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-09-27 23:40:51 -04:00
Fix bug where we ignored event_edge_hashes table
This commit is contained in:
parent
23c7cb6220
commit
c8dd3314d6
5 changed files with 10 additions and 7 deletions
|
@ -91,7 +91,6 @@ class DataStore(RoomMemberStore, RoomStore,
|
|||
|
||||
def __init__(self, hs):
|
||||
super(DataStore, self).__init__(hs)
|
||||
self.event_factory = hs.get_event_factory()
|
||||
self.hs = hs
|
||||
|
||||
self.min_token_deferred = self._get_min_token()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue