1
This commit is contained in:
parent
1b4a4f44a8
commit
04a1af2b76
@ -72,7 +72,7 @@ struct RecommandFriendTask
|
|||||||
App::Instance()->PreProcAvatarUrl
|
App::Instance()->PreProcAvatarUrl
|
||||||
(channel,
|
(channel,
|
||||||
target_channel,
|
target_channel,
|
||||||
*p->mutable_base_data()->mutable_account_id());
|
*p->mutable_base_data()->mutable_avatar_url());
|
||||||
}
|
}
|
||||||
exclude_account_ids.insert(pair.first);
|
exclude_account_ids.insert(pair.first);
|
||||||
batch_account_ids.insert(pair.first);
|
batch_account_ids.insert(pair.first);
|
||||||
@ -97,7 +97,7 @@ struct RecommandFriendTask
|
|||||||
App::Instance()->PreProcAvatarUrl
|
App::Instance()->PreProcAvatarUrl
|
||||||
(channel,
|
(channel,
|
||||||
target_channel,
|
target_channel,
|
||||||
*p->mutable_base_data()->mutable_account_id());
|
*p->mutable_base_data()->mutable_avatar_url());
|
||||||
}
|
}
|
||||||
exclude_account_ids.insert(user_info->base_data().account_id());
|
exclude_account_ids.insert(user_info->base_data().account_id());
|
||||||
batch_account_ids.insert(user_info->base_data().account_id());
|
batch_account_ids.insert(user_info->base_data().account_id());
|
||||||
|
@ -404,7 +404,7 @@ void Player::_CMFriendAddBlack(f8::MsgHdr& hdr, const cs::CMFriendAddBlack& msg)
|
|||||||
App::Instance()->PreProcAvatarUrl
|
App::Instance()->PreProcAvatarUrl
|
||||||
(channel,
|
(channel,
|
||||||
target_channel,
|
target_channel,
|
||||||
*user_info->mutable_base_data()->mutable_account_id());
|
*user_info->mutable_base_data()->mutable_avatar_url());
|
||||||
}
|
}
|
||||||
SendMsg(notifymsg);
|
SendMsg(notifymsg);
|
||||||
}
|
}
|
||||||
@ -433,7 +433,7 @@ void Player::_CMFriendAddBlack(f8::MsgHdr& hdr, const cs::CMFriendAddBlack& msg)
|
|||||||
App::Instance()->PreProcAvatarUrl
|
App::Instance()->PreProcAvatarUrl
|
||||||
(channel,
|
(channel,
|
||||||
target_channel,
|
target_channel,
|
||||||
*user_info->mutable_base_data()->mutable_account_id());
|
*user_info->mutable_base_data()->mutable_avatar_url());
|
||||||
}
|
}
|
||||||
SendMsg(notifymsg);
|
SendMsg(notifymsg);
|
||||||
}
|
}
|
||||||
@ -763,7 +763,7 @@ void Player::FillBlackList(::google::protobuf::RepeatedPtrField< ::cs::MFUserInf
|
|||||||
App::Instance()->PreProcAvatarUrl
|
App::Instance()->PreProcAvatarUrl
|
||||||
(channel,
|
(channel,
|
||||||
target_channel,
|
target_channel,
|
||||||
*p->mutable_base_data()->mutable_account_id());
|
*p->mutable_base_data()->mutable_avatar_url());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -793,7 +793,7 @@ void Player::FillMFUserInfo(cs::MFUserInfo* user_info)
|
|||||||
App::Instance()->PreProcAvatarUrl
|
App::Instance()->PreProcAvatarUrl
|
||||||
(channel,
|
(channel,
|
||||||
target_channel,
|
target_channel,
|
||||||
*user_info->mutable_base_data()->mutable_account_id());
|
*user_info->mutable_base_data()->mutable_avatar_url());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -902,7 +902,7 @@ void Player::FillApplyList(const cs::MFPaging& paging, cs::SMFriendApplyList& re
|
|||||||
App::Instance()->PreProcAvatarUrl
|
App::Instance()->PreProcAvatarUrl
|
||||||
(channel,
|
(channel,
|
||||||
target_channel,
|
target_channel,
|
||||||
*apply_pb->mutable_base_data()->mutable_account_id());
|
*apply_pb->mutable_base_data()->mutable_avatar_url());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
++i;
|
++i;
|
||||||
@ -1108,7 +1108,7 @@ void Player::NotifyUserInfoUpdate(Friend* friend_data)
|
|||||||
App::Instance()->PreProcAvatarUrl
|
App::Instance()->PreProcAvatarUrl
|
||||||
(channel,
|
(channel,
|
||||||
target_channel,
|
target_channel,
|
||||||
*p->mutable_base_data()->mutable_account_id());
|
*p->mutable_base_data()->mutable_avatar_url());
|
||||||
}
|
}
|
||||||
SendMsg(msg);
|
SendMsg(msg);
|
||||||
}
|
}
|
||||||
@ -1140,7 +1140,7 @@ void Player::SyncOtherFriend()
|
|||||||
App::Instance()->PreProcAvatarUrl
|
App::Instance()->PreProcAvatarUrl
|
||||||
(channel,
|
(channel,
|
||||||
target_channel,
|
target_channel,
|
||||||
*p->mutable_base_data()->mutable_account_id());
|
*p->mutable_base_data()->mutable_avatar_url());
|
||||||
}
|
}
|
||||||
|
|
||||||
for (auto& pair : friend_hash_) {
|
for (auto& pair : friend_hash_) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user