Fix DeleteAccountPipeline

pull/7107/head
Daniel Supernault 2 weeks ago
parent ac34213121
commit 40fedfca4f
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -203,7 +203,7 @@ class DeleteAccountPipeline implements ShouldQueue
ProfileSponsor::whereProfileId($id)->delete();
Report::whereUserId($user->id)->forceDelete();
PublicTimelineService::warmCache(true, 400);
PublicTimelineService::deleteByProfileId($id);
$this->deleteUserColumns($user);
AccountService::del($user->profile_id);
Profile::whereUserId($user->id)->delete();

Loading…
Cancel
Save