修复了iOS收藏房间安卓无法显示名称的问题

This commit is contained in:
fengshuo
2023-03-23 15:45:57 +08:00
parent b6fcd0d809
commit 3e7dad38d7

View File

@@ -315,7 +315,9 @@
[dic safeSetObject:self.hostDelegate.getUserInfo.nick forKey:@"nick"];
[dic safeSetObject:[NSString stringWithFormat:@"%ld", self.hostDelegate.getRoomInfo.uid] forKey:@"targetUid"];
[dic safeSetObject:self.hostDelegate.getRoomInfo.nick forKey:@"targetNick"];
NSDictionary * data = @{@"data":dic};
NSMutableDictionary * data = [@{@"data":dic} mutableCopy];
[data safeSetObject:[AccountInfoStorage instance].getUid forKey:@"uid"];
AttachmentModel *attachment = [[AttachmentModel alloc]init];
attachment.first = CustomMessageType_Collection_Room;
attachment.second = Custom_Message_Sub_Collect_Room_Tips;