Update AP Helpers

This commit is contained in:
Daniel Supernault 2019-04-03 13:20:57 -06:00
parent 8278224361
commit 42daaa15b7
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}