公会超管房间内权限的问题
This commit is contained in:
@@ -96,7 +96,10 @@
|
||||
return [self createTarotAttribute:attachment];
|
||||
} else if (first == CustomMessageType_Anchor_FansTeam) {//粉丝团
|
||||
return [self createAnchorFansTeamAttribute:attachment];
|
||||
}
|
||||
} else if(first == CustomMessageType_Hall_Super_Admin) {///超管踢人出房间
|
||||
XPKickUserModel * kickModel = [XPKickUserModel modelWithJSON:attachment.data];
|
||||
return [self createKickUserAttribute:attachment info:kickModel];
|
||||
}
|
||||
return nil;
|
||||
}
|
||||
|
||||
@@ -453,7 +456,7 @@
|
||||
[attribute appendAttributedString:[self createTextAttribute:@"被" color:[ThemeColor messageDefaultTextColor] font:kRoomMessageDefalutFont]];
|
||||
[attribute appendAttributedString:[self createNickAtrribute:info.handleNick uid:info.handleUid]];
|
||||
NSString * content= @"";
|
||||
if (attachment.second == Custom_Message_Sub_Kick_BeKicked) {
|
||||
if (attachment.second == Custom_Message_Sub_Kick_BeKicked || attachment.second == Custom_Message_Sub_Hall_Super_Admin_Kick_Manager_Out_Room) {
|
||||
content = @"请出房间";
|
||||
} else if(attachment.second == Custom_Message_Sub_Kick_BlackList) {
|
||||
content = @"关进小黑屋";
|
||||
|
Reference in New Issue
Block a user