mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-01 14:26:03 -04:00
s/replication_client/federation_client/
This commit is contained in:
parent
cea462e285
commit
cb9f8e527c
17 changed files with 29 additions and 29 deletions
|
@ -32,7 +32,7 @@ logger = logging.getLogger(__name__)
|
|||
class E2eKeysHandler(object):
|
||||
def __init__(self, hs):
|
||||
self.store = hs.get_datastore()
|
||||
self.federation = hs.get_replication_client()
|
||||
self.federation = hs.get_federation_client()
|
||||
self.device_handler = hs.get_device_handler()
|
||||
self.is_mine = hs.is_mine
|
||||
self.clock = hs.get_clock()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue