1
This commit is contained in:
parent
6ca4e0e2b3
commit
66a10b35db
@ -877,6 +877,7 @@ void RoomMgr::AdjustCMJoin(cs::CMJoin* msg)
|
|||||||
team->SetVal("members", *members.get());
|
team->SetVal("members", *members.get());
|
||||||
team_list->Push(*team.get());
|
team_list->Push(*team.get());
|
||||||
}
|
}
|
||||||
|
#if 0
|
||||||
{
|
{
|
||||||
std::string test_account_id = "6513_2006_3";
|
std::string test_account_id = "6513_2006_3";
|
||||||
std::map<std::string, std::string> test_members;
|
std::map<std::string, std::string> test_members;
|
||||||
@ -893,6 +894,7 @@ void RoomMgr::AdjustCMJoin(cs::CMJoin* msg)
|
|||||||
team->SetVal("members", *members.get());
|
team->SetVal("members", *members.get());
|
||||||
team_list->Push(*team.get());
|
team_list->Push(*team.get());
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
data->SetVal("team_list", *team_list.get());
|
data->SetVal("team_list", *team_list.get());
|
||||||
{
|
{
|
||||||
std::string custom_data = a8::openssl::md5
|
std::string custom_data = a8::openssl::md5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user