mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-08 18:30:53 +00:00
@@ -612,7 +612,7 @@ export const Utils = {
|
||||
|
||||
}
|
||||
|
||||
if ((permission == 'rw' || permission == 'cloud-edit') && enableSeadoc) {
|
||||
if ((permission == 'rw' || permission == 'cloud-edit') && enableSeadoc && !currentRepoInfo.encrypted) {
|
||||
if (dirent.name.endsWith('.md') || dirent.name.endsWith('.docx')) {
|
||||
list.push(CONVERT_TO_SDOC);
|
||||
}
|
||||
|
Reference in New Issue
Block a user