diff options
author | Erik Johnston <erik@matrix.org> | 2017-07-11 14:29:03 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2017-07-11 14:29:03 +0100 |
commit | 26752df503880b565a49350e0dd8881f9b2285e9 (patch) | |
tree | 192f515da55d82a01a42287dc76ad1ee41550622 | |
parent | Rename column to attestation_json (diff) | |
download | synapse-26752df503880b565a49350e0dd8881f9b2285e9.tar.xz |
Typo
-rw-r--r-- | synapse/groups/attestations.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/groups/attestations.py b/synapse/groups/attestations.py index 0741b55c1c..9ac09366d3 100644 --- a/synapse/groups/attestations.py +++ b/synapse/groups/attestations.py @@ -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, |