Skip to content

Commit

Permalink
search from collaborator enabled by default
Browse files Browse the repository at this point in the history
Signed-off-by: Maxence Lange <[email protected]>
  • Loading branch information
ArtificialOwl committed Nov 16, 2021
1 parent e79abd9 commit 70fa123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service/ConfigService.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class ConfigService {
self::FRONTAL_CLOUD_SCHEME => 'https',
self::CIRCLES_ACTIVITY_ON_CREATION => '1',
self::CIRCLES_SKIP_INVITATION_STEP => '0',
self::CIRCLES_SEARCH_FROM_COLLABORATOR => '0'
self::CIRCLES_SEARCH_FROM_COLLABORATOR => '1'
];

/** @var string */
Expand Down

0 comments on commit 70fa123

Please sign in to comment.