mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-18 16:02:15 +01:00
Fix typo
This commit is contained in:
parent
9ab859f27b
commit
011d03a0f6
1 changed files with 1 additions and 1 deletions
|
@ -836,7 +836,7 @@ class FederationGroupsRenewAttestaionServlet(BaseFederationServlet):
|
||||||
# We don't need to check auth here as we check the attestation signatures
|
# We don't need to check auth here as we check the attestation signatures
|
||||||
|
|
||||||
new_content = yield self.handler.on_renew_attestation(
|
new_content = yield self.handler.on_renew_attestation(
|
||||||
origin, content, group_id, user_id
|
group_id, user_id, content
|
||||||
)
|
)
|
||||||
|
|
||||||
defer.returnValue((200, new_content))
|
defer.returnValue((200, new_content))
|
||||||
|
|
Loading…
Reference in a new issue