关注缓存Key修改

This commit is contained in:
tianfeng 2026-01-19 18:11:15 +08:00
parent f9f0833a3b
commit 1e84507252

View File

@ -115,7 +115,7 @@ public class UserShieldBlackAddCmdExe {
.setType(UserRelationsCalculator.CounterEnum.FRIEND) .setType(UserRelationsCalculator.CounterEnum.FRIEND)
); );
} }
userRelationshipCacheService.removeFriend(reqUserId, shieldUserId); userRelationshipCacheService.removeFollowAll(reqUserId, shieldUserId);
} }
} }