This commit is contained in:
张良(004796)
2024-05-08 14:35:51 +08:00
parent 63e12f290b
commit f9fbd1bda0

View File

@@ -142,7 +142,7 @@ public class ImService {
}
boolean vipPricePlus = systemConfigManager.getSystemConfigOfBool(SystemConfigEnum.VIP_PRIVATE_PLUS);
// 判断隐私模式
if(vipPricePlus && fromUser.getNoGreet().equals(1)){
if(vipPricePlus && toUser.getNoGreet().equals(1)){
if(!starFlag){
star = userFollowService.checkStar(toUserId, fromUserId);
}