Explorar o código

Merge pull request #1117 from pixelfed/frontend-ui-refactor

Update AP Helpers
daniel %!s(int64=6) %!d(string=hai) anos
pai
achega
d1d5eb38c0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Util/ActivityPub/Helpers.php

+ 1 - 1
app/Util/ActivityPub/Helpers.php

@@ -331,7 +331,7 @@ class Helpers {
 			$profile->key_id = $res['publicKey']['id'];
 			$profile->save();
 			if($runJobs == true) {
-				RemoteFollowImportRecent::dispatch($res, $profile);
+				// RemoteFollowImportRecent::dispatch($res, $profile);
 				CreateAvatar::dispatch($profile);
 			}
 		}