Procházet zdrojové kódy

Update AP helpers, remove unused variable

Daniel Supernault před 3 roky
rodič
revize
20e0371c19
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      app/Util/ActivityPub/Helpers.php

+ 1 - 1
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
 				]);