-
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
You can now add members to your own personal
circles
#395
base: master
Are you sure you want to change the base?
You can now add members to your own personal
circles
#395
Conversation
…o_closed_circles` option is enabled Fix nextcloud#382 and nextcloud#360 Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
@@ -63,6 +63,7 @@ public function inviteToCircle($circleType) { | |||
public function joinCircle($circleType) { | |||
|
|||
switch ($circleType) { | |||
case Circle::CIRCLES_PERSONAL: |
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.
why one should be able to join a Personal Circle ?
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.
This is necessary when you want to add someone to your own personal circle when the skip_invitation_to_closed_circles
option is enabled
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.
please remove this part, #416 fix this issue
personal
circles when `skip_invitation_t…personal
circles
personal
circlespersonal
circles
When
skip_invitation_to_closed_circles
option is enabledFix #382 and #360