修复关注列表-新增非关注博主,丢失的bug

This commit is contained in:
jianzhichu
2025-12-02 09:20:11 +08:00
parent 6c99825548
commit de5813a874
9 changed files with 33 additions and 13 deletions
+1
View File
@@ -31,6 +31,7 @@ namespace dy.net.service
}
followed.Id = IdGener.GetLong().ToString();
followed.LastSyncTime = DateTime.UtcNow;
followed.IsNoFollowed = true;
return await _followRepository.InsertAsync(followed);
}