房间PK修复了抱人上麦协议不对的问题
This commit is contained in:
@@ -258,7 +258,7 @@
|
||||
- (NSAttributedString *)createRoomPKAttribute:(AttachmentModel *)attachment {
|
||||
NSMutableAttributedString * attribute = [[NSMutableAttributedString alloc] init];
|
||||
if (attachment.second == Custom_Message_Sub_Room_PK_Manager_Up_Mic) {
|
||||
[attribute appendAttributedString:[self createTextAttribute:@"管理员邀请" color:[ThemeColor messageTextColor] font:kRoomMessageDefalutFont]];
|
||||
[attribute appendAttributedString:[self createTextAttribute:@"房主/管理员邀请" color:[ThemeColor messageTextColor] font:kRoomMessageDefalutFont]];
|
||||
for (NSDictionary * selectuUser in [attachment.data allValues]) {
|
||||
RoomPKChooseUserModel * userInfoModel = [RoomPKChooseUserModel modelWithDictionary:selectuUser];
|
||||
if (userInfoModel.groupType != GroupType_default && userInfoModel.nick.length > 0) {
|
||||
|
Reference in New Issue
Block a user