mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-04 05:38:57 +01:00
Typo
This commit is contained in:
parent
e52c391cd4
commit
26752df503
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue