-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
share with group members only #891
base: master
Are you sure you want to change the base?
Conversation
6b4d492
to
6dd5c8e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code looks ok, not sure if this is still a draft?
@@ -299,6 +311,7 @@ public function syncNextcloudGroup(string $groupId): Circle { | |||
$event = new FederatedEvent(SingleMemberAdd::class); | |||
$event->setCircle($circle); | |||
$event->setMember($member); | |||
$event->getParams()->sBool('force_group_member', true); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is sBool
the equivalent of setBool
?
continue; | ||
} | ||
|
||
echo 'NO NON ' . json_encode($circle) . "\n"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
stray debugging stuff?
Signed-off-by: Maxence Lange <[email protected]>
6dd5c8e
to
402e0ac
Compare
Codecov Report
@@ Coverage Diff @@
## master #891 +/- ##
===========================================
- Coverage 0.70% 0.69% -0.01%
- Complexity 5735 5777 +42
===========================================
Files 290 290
Lines 19822 19940 +118
===========================================
Hits 139 139
- Misses 19683 19801 +118
Continue to review full report at Codecov.
|
No description provided.