summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-07-11 14:29:03 +0100
committerErik Johnston <erik@matrix.org>2017-07-11 14:29:03 +0100
commit26752df503880b565a49350e0dd8881f9b2285e9 (patch)
tree192f515da55d82a01a42287dc76ad1ee41550622 /synapse
parentRename column to attestation_json (diff)
downloadsynapse-26752df503880b565a49350e0dd8881f9b2285e9.tar.xz
Typo
Diffstat (limited to 'synapse')
-rw-r--r--synapse/groups/attestations.py2
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,