Skip to content
Snippets Groups Projects
Commit 977078f0 authored by Erik Johnston's avatar Erik Johnston
Browse files

Fix bad merge

parent 6980c455
No related branches found
No related tags found
No related merge requests found
......@@ -646,7 +646,9 @@ class GroupsServerHandler(object):
raise SynapseError(403, "User not invited to group")
if not self.hs.is_mine_id(requester_user_id):
local_attestation = self.attestations.create_attestation(group_id, user_id)
local_attestation = self.attestations.create_attestation(
group_id, requester_user_id,
)
remote_attestation = content["attestation"]
yield self.attestations.verify_attestation(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment