mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-07 22:14:57 -04:00
Remove incorrect attestations
This commit is contained in:
parent
d8dde19f04
commit
195abfe7a5
2 changed files with 19 additions and 0 deletions
|
@ -139,6 +139,7 @@ class GroupAttestionRenewer(object):
|
|||
"Incorrectly trying to do attestations for user: %r in %r",
|
||||
user_id, group_id,
|
||||
)
|
||||
yield self.store.remove_attestation_renewal(group_id, user_id)
|
||||
return
|
||||
|
||||
yield self.transport_client.renew_group_attestation(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue