Browse Source

Merge pull request #1117 from pixelfed/frontend-ui-refactor

Update AP Helpers
daniel 6 years ago
parent
commit
d1d5eb38c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Util/ActivityPub/Helpers.php

+ 1 - 1
app/Util/ActivityPub/Helpers.php

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