mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Record the rename path also for remote renaming.
This commit is contained in:
parent
4ebed84d33
commit
2875d08c16
@ -263,7 +263,9 @@ static int _csync_detect_update(CSYNC *ctx, const char *file,
|
||||
goto out;
|
||||
}
|
||||
st->instruction = CSYNC_INSTRUCTION_RENAME;
|
||||
// FIXME: csync_rename_record here ?
|
||||
if (fs->type == CSYNC_VIO_FILE_TYPE_DIRECTORY) {
|
||||
csync_rename_record(ctx, tmp->path, path);
|
||||
}
|
||||
|
||||
if( c_streq(tmp->md5, fs->md5) ) { /* FIXME !! md5 still the same */
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user