chore: 补充后端核心模块的中文注释
This commit is contained in:
@@ -91,6 +91,7 @@ func (s *SocialService) Unfollow(ctx context.Context, social *Social) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// 失效关注列表缓存,确保下次查询时能获取到最新的关注列表
|
||||
func (s *SocialService) invalidateFollowingFeedCache(ctx context.Context, accountID uint) {
|
||||
if s.cache == nil {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user