diff --git a/app/Util/ActivityPub/Helpers.php b/app/Util/ActivityPub/Helpers.php index 9a1aa2743..d471482b7 100644 --- a/app/Util/ActivityPub/Helpers.php +++ b/app/Util/ActivityPub/Helpers.php @@ -721,7 +721,7 @@ class Helpers { abort_if(!self::validateUrl($res['inbox']), 400); abort_if(!self::validateUrl($res['id']), 400); - $profile = DB::transaction(function() use($domain, $webfinger, $res, $runJobs) { + $profile = DB::transaction(function() use($domain, $webfinger, $res) { $instance = Instance::updateOrCreate([ 'domain' => $domain ]);