diff --git a/app/Http/Controllers/ComposeController.php b/app/Http/Controllers/ComposeController.php index 5e6d7d514..f559cd27b 100644 --- a/app/Http/Controllers/ComposeController.php +++ b/app/Http/Controllers/ComposeController.php @@ -640,13 +640,13 @@ class ComposeController extends Controller }); } - NewStatusPipeline::dispatch($status); Cache::forget('user:account:id:'.$profile->user_id); Cache::forget('_api:statuses:recent_9:'.$profile->id); Cache::forget('profile:status_count:'.$profile->id); Cache::forget('status:transformer:media:attachments:'.$status->id); Cache::forget('profile:embed:'.$status->profile_id); Cache::forget($limitKey); + NewStatusPipeline::dispatch($status); return $status->url(); }