mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 12:14:56 -04:00
Fix typo in group attestation handling
This commit is contained in:
parent
f4f65ef93e
commit
9ab859f27b
2 changed files with 3 additions and 2 deletions
|
@ -835,7 +835,7 @@ class FederationGroupsRenewAttestaionServlet(BaseFederationServlet):
|
|||
def on_POST(self, origin, content, query, group_id, user_id):
|
||||
# We don't need to check auth here as we check the attestation signatures
|
||||
|
||||
new_content = yield self.handler.on_renew_group_attestation(
|
||||
new_content = yield self.handler.on_renew_attestation(
|
||||
origin, content, group_id, user_id
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue