mirror of
https://github.com/eyebluecn/tank.git
synced 2024-04-21 12:32:16 +00:00
feat: add the privacy false default for dir.
This commit is contained in:
@@ -700,6 +700,7 @@ func (this *MatterService) createDirectory(request *http.Request, dirMatter *Mat
|
||||
Dir: true,
|
||||
Name: name,
|
||||
Path: relativePath,
|
||||
Privacy: false,
|
||||
VisitTime: time.Now(),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user