Finish 2.7.34

This commit is contained in:
edwinQQQ
2025-04-02 11:04:07 +08:00
parent bc9a02802d
commit 0275decc7e
132 changed files with 1843 additions and 725 deletions

View File

@@ -288,7 +288,7 @@ XPCandyTreeInsufficientBalanceViewDelegate>
- (void)dealloc {
NSLog(@"房间销毁了");
// NSLog(@"房间销毁了");
[[RoomBoomManager sharedManager] leaveRoom];
@@ -1854,7 +1854,7 @@ XPCandyTreeInsufficientBalanceViewDelegate>
continue;
}
NSLog(@" --- Message Raw Attach Content: %@, %@, %ld", @(message.senderClientType), message.rawAttachContent, (long)message.messageType);
// NSLog(@" --- Message Raw Attach Content: %@, %@, %ld", @(message.senderClientType), message.rawAttachContent, (long)message.messageType);
if (message.messageType == NIMMessageTypeNotification) {
NIMNotificationObject *notiMsg = (NIMNotificationObject *)message.messageObject;
@@ -2194,7 +2194,8 @@ XPCandyTreeInsufficientBalanceViewDelegate>
isHave = YES;
}else if(attachment.first == CustomMessageType_Guardian_Planet && attachment.second == Custom_Message_Sub_Guardian_Planet_All_Room){
isHave = YES;
}else if(attachment.first == CustomMessageType_Super_Gift && attachment.second == Custom_Message_Sub_Super_Gift){
}else if(attachment.first == CustomMessageType_Super_Gift &&
(attachment.second == Custom_Message_Sub_Super_Gift || attachment.second == Custom_Message_Sub_Super_Gift_Room_Message)){
isHave = YES;
}else if(attachment.first == CustomMessageType_General_Public_Screen && attachment.second == Custom_Message_Sub_General_Public_Screen_All_Room){
isHave = YES;