mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-02 11:13:16 +00:00
Update StatusController
This commit is contained in:
parent
71393514b2
commit
a3ec4a7f4c
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ class StatusController extends Controller
|
||||||
$order++;
|
$order++;
|
||||||
}
|
}
|
||||||
|
|
||||||
$status->type = $this->mimeTypeCheck($mimes);
|
$status->type = (new self)::mimeTypeCheck($mimes);
|
||||||
$status->save();
|
$status->save();
|
||||||
|
|
||||||
NewStatusPipeline::dispatch($status);
|
NewStatusPipeline::dispatch($status);
|
||||||
|
|
Loading…
Reference in a new issue