mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Remove redundant clock
This commit is contained in:
parent
3bd760628b
commit
5d0f665848
@ -550,7 +550,6 @@ class EventsStore(EventsWorkerStore):
|
||||
|
||||
def __init__(self, db_conn, hs):
|
||||
super(EventsStore, self).__init__(db_conn, hs)
|
||||
self._clock = hs.get_clock()
|
||||
self.register_background_update_handler(
|
||||
self.EVENT_ORIGIN_SERVER_TS_NAME, self._background_reindex_origin_server_ts
|
||||
)
|
||||
@ -579,8 +578,6 @@ class EventsStore(EventsWorkerStore):
|
||||
psql_only=True,
|
||||
)
|
||||
|
||||
|
||||
|
||||
self._event_persist_queue = _EventPeristenceQueue()
|
||||
|
||||
self._state_resolution_handler = hs.get_state_resolution_handler()
|
||||
|
Loading…
Reference in New Issue
Block a user