mirror of
https://github.com/friendica/friendica
synced 2025-05-09 20:24:10 +02:00
Renamed the contact relationship functions
This commit is contained in:
parent
2cb74909c0
commit
bdbfffafea
4 changed files with 10 additions and 10 deletions
|
@ -2502,7 +2502,7 @@ class Diaspora
|
|||
return true;
|
||||
} else {
|
||||
logger("Author ".$author." doesn't want to follow us anymore.", LOGGER_DEBUG);
|
||||
Contact::loseFollower($importer, $contact);
|
||||
Contact::removeFollower($importer, $contact);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue