mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-22 16:36:47 +08:00
Feat: enable sync deleted files in gitlab (#14481)
### What problem does this PR solve? Feat: enable sync deleted files in gitlab ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@@ -58,6 +58,9 @@ export const DataSourceFeatureVisibilityMap = {
|
||||
[DataSourceKey.GITHUB]: {
|
||||
syncDeletedFiles: true,
|
||||
},
|
||||
[DataSourceKey.GITLAB]: {
|
||||
syncDeletedFiles: true,
|
||||
},
|
||||
[DataSourceKey.GOOGLE_DRIVE]: {
|
||||
syncDeletedFiles: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user