fix: 修正验收问题

This commit is contained in:
edwinQQQ
2025-01-07 20:07:54 +08:00
parent 893c1ab647
commit d9e8d6639b
51 changed files with 760 additions and 412 deletions

View File

@@ -435,6 +435,9 @@ UIKIT_EXTERN NSString *kRoomKickoutTime;
if (message.messageType == NIMMessageTypeNotification) {
NIMNotificationObject *notiMsg = (NIMNotificationObject *)message.messageObject;
if (![notiMsg.content isKindOfClass:[NIMChatroomNotificationContent class]]) {
return;
}
NIMChatroomNotificationContent *content = (NIMChatroomNotificationContent *)notiMsg.content;
[self handleNIMNotificationMessage:content];
[self handleNIMNotificationSaveMessage:message];