|
@@ -137,8 +137,6 @@ class relation_helper
|
|
|
if($ret == true) {
|
|
|
$publisher = new message\publisher();
|
|
|
$publisher->del_follow($someone_id,[$me_id]);
|
|
|
- $minfo = new member_info($me_id);
|
|
|
- push_helper::notice_subscribe($someone_id,$minfo);
|
|
|
}
|
|
|
return $ret;
|
|
|
}
|