修复关注列表-新增非关注博主,丢失的bug
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user