1
This commit is contained in:
parent
0df7dcbb7a
commit
cde2a9af4f
4
server/imserver/cache/cachemgr.go
vendored
4
server/imserver/cache/cachemgr.go
vendored
@ -181,7 +181,11 @@ func (this *cacheMgr) AsyncSearch(sinceId int64, q string, pbUsers *[]*cs.MFUser
|
||||
|
||||
func (this *cacheMgr) AsyncRecommendList(recommendType int32, accountId string, pbUsers *[]*cs.MFUser,
|
||||
cb func(int32, string)) {
|
||||
if recommendType == constant.RECOMMEND_TYPE_BATTLE {
|
||||
|
||||
} else if recommendType == constant.RECOMMEND_TYPE_RECENT_GAME {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
func (this *cacheMgr) getUser(accountId string) *userProfile {
|
||||
|
Loading…
x
Reference in New Issue
Block a user