修改在线列表
This commit is contained in:
@@ -723,7 +723,14 @@
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
case QXRoomMessageTypeInviteSignUpSeat:{
|
||||
NSString *user_id = [NSString stringWithFormat:@"%@",msg.Text[@"user_id"]];
|
||||
NSString *text = [NSString stringWithFormat:@"%@",msg.Text[@"text"]];
|
||||
if (self.delegate && [self.delegate respondsToSelector:@selector(signSeatInviteWithUserId:content:)]) {
|
||||
[self.delegate signSeatInviteWithUserId:user_id content:text];
|
||||
}
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user