diff --git a/app/Util/ActivityPub/Helpers.php b/app/Util/ActivityPub/Helpers.php index 81a9f4441..e529b3bc6 100644 --- a/app/Util/ActivityPub/Helpers.php +++ b/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); } }