pull/2557/head
Erik Johnston 2017-10-19 10:17:43 +01:00
parent 69994c385a
commit 161a862ffb
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ class GroupAttestionRenewer(object):
)
@defer.inlineCallbacks
def _renew_attestation(self, group_id, user_id):
def _renew_attestation(group_id, user_id):
attestation = self.attestations.create_attestation(group_id, user_id)
if self.hs.is_mine_id(group_id):