mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +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->save();
|
||||
if($runJobs == true) {
|
||||
RemoteFollowImportRecent::dispatch($res, $profile);
|
||||
// RemoteFollowImportRecent::dispatch($res, $profile);
|
||||
CreateAvatar::dispatch($profile);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue