|
@@ -140,6 +140,7 @@ class FeedRepositories
|
|
$user = $this->userInfo($value['relate_id']);
|
|
$user = $this->userInfo($value['relate_id']);
|
|
}
|
|
}
|
|
if($user){
|
|
if($user){
|
|
|
|
+ Log::debug("测试feed关注状态:uid{$userInfo['uid']}followUid{$value['relate_id']}");
|
|
$value['relate_data'] = [
|
|
$value['relate_data'] = [
|
|
'uid' => intval($user['uid']),
|
|
'uid' => intval($user['uid']),
|
|
'username' => subtext($user['username'],10),
|
|
'username' => subtext($user['username'],10),
|
|
@@ -170,6 +171,7 @@ class FeedRepositories
|
|
];
|
|
];
|
|
}
|
|
}
|
|
$isFollow = 0;
|
|
$isFollow = 0;
|
|
|
|
+ Log::debug("内容feed关注uid{$uid}followUid{$follow_uid}");
|
|
$followStatus = $this->getFollowStatus($uid, $follow_uid);
|
|
$followStatus = $this->getFollowStatus($uid, $follow_uid);
|
|
if($followStatus){
|
|
if($followStatus){
|
|
$isFollow = $followStatus;
|
|
$isFollow = $followStatus;
|