mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-07 08:22:38 -04:00
Fix bad merge
This commit is contained in:
parent
6980c4557e
commit
977078f06d
1 changed files with 3 additions and 1 deletions
|
@ -646,7 +646,9 @@ class GroupsServerHandler(object):
|
||||||
raise SynapseError(403, "User not invited to group")
|
raise SynapseError(403, "User not invited to group")
|
||||||
|
|
||||||
if not self.hs.is_mine_id(requester_user_id):
|
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"]
|
remote_attestation = content["attestation"]
|
||||||
|
|
||||||
yield self.attestations.verify_attestation(
|
yield self.attestations.verify_attestation(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue