Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update comment about ignoring collectives
Signed-off-by: Arno Welzel <[email protected]>
  • Loading branch information
arnowelzel authored and skjnldsv committed Feb 24, 2024
commit 6c9178f42e7989ca973d1df7e9cf1ff1c653e569
2 changes: 1 addition & 1 deletion lib/private/Files/Utils/Scanner.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public function scan($dir = '', $recursive = \OC\Files\Cache\Scanner::SCAN_RECUR
}
}

// don't scan received local shares, these can be scanned when scanning the owner's storage
// don't scan received local shares or collectives, these can be scanned when scanning the owner's storage
if ($storage->instanceOfStorage(SharedStorage::class) || $storage->instanceOfStorage(CollectiveStorage::class)) {
continue;
}
Expand Down