Skip to content

Commit 70fa123

Browse files
committed
search from collaborator enabled by default
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 parent e79abd9 commit 70fa123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Service/ConfigService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class ConfigService {
100100
self::FRONTAL_CLOUD_SCHEME => 'https',
101101
self::CIRCLES_ACTIVITY_ON_CREATION => '1',
102102
self::CIRCLES_SKIP_INVITATION_STEP => '0',
103-
self::CIRCLES_SEARCH_FROM_COLLABORATOR => '0'
103+
self::CIRCLES_SEARCH_FROM_COLLABORATOR => '1'
104104
];
105105

106106
/** @var string */

0 commit comments

Comments
 (0)