1
This commit is contained in:
parent
b0babbb1f7
commit
cdc6f0ffd0
@ -1671,7 +1671,9 @@ void Human::SendUIUpdate()
|
||||
void Human::SendWxVoip()
|
||||
{
|
||||
cs::SMWxVoip notifymsg;
|
||||
notifymsg.set_group_id(a8::XValue(room->room_uuid).GetString());
|
||||
if (!team_uuid.empty()) {
|
||||
notifymsg.set_group_id(a8::XValue(room->room_uuid).GetString() + team_uuid);
|
||||
}
|
||||
SendNotifyMsg(notifymsg);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user