mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-23 13:33:18 +00:00
Merge pull request #1117 from pixelfed/frontend-ui-refactor
Update AP Helpers
This commit is contained in:
commit
d1d5eb38c0
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