1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-02-21 05:36:56 +00:00

Update AP Helpers

This commit is contained in:
Daniel Supernault 2019-04-03 13:20:57 -06:00
parent 8278224361
commit 42daaa15b7
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

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