mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-05 14:18:55 +01:00
Fix typo
This commit is contained in:
parent
69994c385a
commit
161a862ffb
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue