Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
977078f0
Commit
977078f0
authored
Oct 27, 2017
by
Erik Johnston
Browse files
Options
Downloads
Patches
Plain Diff
Fix bad merge
parent
6980c455
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
synapse/groups/groups_server.py
+3
-1
3 additions, 1 deletion
synapse/groups/groups_server.py
with
3 additions
and
1 deletion
synapse/groups/groups_server.py
+
3
−
1
View file @
977078f0
...
...
@@ -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
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment