feat: add the privacy false default for dir.

This commit is contained in:
lishuang
2023-11-09 23:48:41 +08:00
parent b1a948dd2a
commit 53a0dcce2f
+1
View File
@@ -700,6 +700,7 @@ func (this *MatterService) createDirectory(request *http.Request, dirMatter *Mat
Dir: true,
Name: name,
Path: relativePath,
Privacy: false,
VisitTime: time.Now(),
}