mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-28 21:06:42 -04:00
Move device ID generation to sync.DeviceIDGen
This commit is contained in:
+1
-1
@@ -187,7 +187,7 @@ func deletionSync(deletions []string) {
|
||||
}
|
||||
|
||||
// folderSync creates folders on the client (from the given list of folder names)
|
||||
func folderSync(folders []string) { // TODO also add folders on server when they are created from the client
|
||||
func folderSync(folders []string) {
|
||||
for _, folder := range folders {
|
||||
// check if folder already exists
|
||||
isFile, isAccessible := backend.TargetIsFile(backend.EntryRoot+folder, false, 1)
|
||||
|
||||
Reference in New Issue
Block a user