mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 22:41:27 +00:00
Update AP Helpers
This commit is contained in:
parent
8278224361
commit
42daaa15b7
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue