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