by Robin at 20240308; remove log
This commit is contained in:
parent
db9d6b2b0b
commit
7497d4afe5
|
@ -432,11 +432,6 @@ func (s *Service) utilGetFollowMap(ctx *gin.Context, visitorMid int64) (_map map
|
|||
}
|
||||
|
||||
func (s *Service) utilFillIsFollowedFillable(ctx *gin.Context, visitorFollowMap map[int64]*dbstruct.AccountRelation, isFollowedFillable interfaces.IsFollowedFillable) {
|
||||
mids := make([]int64, 0)
|
||||
for k, _ := range visitorFollowMap {
|
||||
mids = append(mids, k)
|
||||
}
|
||||
logger.Info("mids: %v, obj_mid: %v", mids, isFollowedFillable.GetMid())
|
||||
if visitorFollowMap[isFollowedFillable.GetMid()] != nil {
|
||||
isFollowedFillable.SetIsFollowed(consts.IsFollowed_Yes)
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue