Skip to content

Commit 94b5812

Browse files
Merge pull request #62454 from nextcloud/fix/sharing/node-download-enabled-by-default
fix(Sharing): Enable node download permission by default
2 parents e8ed3e2 + 11d5e59 commit 94b5812

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/files/lib/Sharing/Permission/NodeDownloadSharePermissionType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ public function getPriority(): int {
4242

4343
#[\Override]
4444
public function isEnabledByDefault(): bool {
45-
return false;
45+
return true;
4646
}
4747
}

0 commit comments

Comments
 (0)