123
This commit is contained in:
@@ -142,7 +142,7 @@ public class ImService {
|
|||||||
}
|
}
|
||||||
boolean vipPricePlus = systemConfigManager.getSystemConfigOfBool(SystemConfigEnum.VIP_PRIVATE_PLUS);
|
boolean vipPricePlus = systemConfigManager.getSystemConfigOfBool(SystemConfigEnum.VIP_PRIVATE_PLUS);
|
||||||
// 判断隐私模式
|
// 判断隐私模式
|
||||||
if(vipPricePlus && fromUser.getNoGreet().equals(1)){
|
if(vipPricePlus && toUser.getNoGreet().equals(1)){
|
||||||
if(!starFlag){
|
if(!starFlag){
|
||||||
star = userFollowService.checkStar(toUserId, fromUserId);
|
star = userFollowService.checkStar(toUserId, fromUserId);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user