|
@@ -255,7 +255,6 @@ class Userfollow extends Api
|
|
->where('user_id',$follow_uid)
|
|
->where('user_id',$follow_uid)
|
|
->where('infotype','newfriend')
|
|
->where('infotype','newfriend')
|
|
->where('infotype_id',$this->auth->id)
|
|
->where('infotype_id',$this->auth->id)
|
|
- ->where('status',0)
|
|
|
|
->delete();
|
|
->delete();
|
|
|
|
|
|
$message = [
|
|
$message = [
|