This commit is contained in:
jianzhichu
2026-04-09 23:50:52 +08:00
parent 4a7aeeed8c
commit dd22d46f26
7 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ namespace dy.net.service
if (followed != null)
{
followed.OpenSync = dto.OpenSync;
followed.FullSync = dto.FullSync;
followed.FullSync = dto.OpenSync && dto.FullSync;
followed.SavePath = dto.SavePath;
return await _followRepository.Update(followed);
}