Restore the behaviour to remove the remote contact upon termination
This commit is contained in:
+1
-1
@@ -368,7 +368,7 @@ function _contact_drop($orig_record)
|
||||
return;
|
||||
}
|
||||
|
||||
Contact::terminateFriendship($r[0], $orig_record);
|
||||
Contact::terminateFriendship($r[0], $orig_record, true);
|
||||
Contact::remove($orig_record['id']);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user