Fix typo in group attestation handling

This commit is contained in:
Erik Johnston 2017-10-19 10:55:44 +01:00
parent f4f65ef93e
commit 9ab859f27b
2 changed files with 3 additions and 2 deletions

View file

@ -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
)