Fix various Notices

This commit is contained in:
Philipp
2021-09-13 20:22:55 +02:00
parent 9b19fb9b4d
commit 644f312896
7 changed files with 12 additions and 10 deletions

View File

@@ -471,7 +471,7 @@ class OStatus
if ($item["verb"] == Activity::O_UNFOLLOW) {
$dummy = null;
Contact::removeFollower($importer, $contact, $item, $dummy);
Contact::removeFollower($contact);
continue;
}