Skip to content

Commit 7e8183d

Browse files
chore: update for cs lint
Corrected formatting and removed extra spaces in comments. Signed-off-by: Josh <josh.t.richards@gmail.com>
1 parent 1de46be commit 7e8183d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

config/config.sample.php

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,27 +1302,27 @@
13021302
/**
13031303
* Activities in Team Folders and External Storages.
13041304
*
1305-
* By default, activities in team folders or external storages are only generated
1306-
* for the current user. This is due to a limitations in current implementations.
1305+
* By default, activities in team folders or external storages are only generated
1306+
* for the current user. This is due to a limitations in current implementations.
13071307
* This config flag makes activities in group folders and external storages work
1308-
* like in normal shares (when set to ``true``). WARNING: Enabling this comes with
1308+
* like in normal shares (when set to ``true``). WARNING: Enabling this comes with
13091309
* some CRITICAL trade-offs:
13101310
*
1311-
* - If team folder "Advanced Permissions" (ACLs) are used, activities do not
1312-
* respect the permissions and therefore all users see all activities, even
1311+
* - If team folder "Advanced Permissions" (ACLs) are used, activities do not
1312+
* respect the permissions and therefore all users see all activities, even
13131313
* for files and directories they do not have access to.
1314-
* - Users who had access to a team folder, share, or external storage can see
1315-
* activities in their stream and emails that happen after they are removed
1314+
* - Users who had access to a team folder, share, or external storage can see
1315+
* activities in their stream and emails that happen after they are removed
13161316
* until they log in again.
1317-
* - Users who are newly added to a team folder, share, or external storage
1318-
* cannot see activities in their stream or emails that happen after they
1317+
* - Users who are newly added to a team folder, share, or external storage
1318+
* cannot see activities in their stream or emails that happen after they
13191319
* are added until they log in again.
1320-
*
1320+
*
13211321
* WARNING: Before enabling this, read the warning Activity app chapter.
13221322
*
13231323
* Defaults to ``false``
13241324
**/
1325-
1325+
13261326
'activity_use_cached_mountpoints' => false,
13271327

13281328
/**

0 commit comments

Comments
 (0)