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

Update AP Helpers
This commit is contained in:
daniel 2019-04-03 13:21:36 -06:00 committed by GitHub
commit d1d5eb38c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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