mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-04 06:10:46 -05:00
Typo
This commit is contained in:
parent
e52c391cd4
commit
26752df503
@ -86,7 +86,7 @@ class GroupAttestionRenewer(object):
|
||||
self.store = hs.get_datastore()
|
||||
self.assestations = hs.get_groups_attestation_signing()
|
||||
self.transport_client = hs.get_federation_transport_client()
|
||||
self.is_mine_id = hs.is_mind_id
|
||||
self.is_mine_id = hs.is_mine_id
|
||||
|
||||
self._renew_attestations_loop = self.clock.looping_call(
|
||||
self._renew_attestations, 30 * 60 * 1000,
|
||||
|
Loading…
Reference in New Issue
Block a user