Merge remote-tracking branch 'upstream/2021.09-rc' into user-contact

This commit is contained in:
Michael
2021-09-18 20:27:24 +00:00
30 changed files with 414 additions and 301 deletions

View File

@@ -2211,7 +2211,7 @@ class Diaspora
return true;
} else {
Logger::log("Author ".$author." doesn't want to follow us anymore.", Logger::DEBUG);
Contact::removeFollower($importer, $contact);
Contact::removeFollower($contact);
return true;
}
}