mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 16:23: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++;
|
||||
}
|
||||
|
||||
$status->type = $this->mimeTypeCheck($mimes);
|
||||
$status->type = (new self)::mimeTypeCheck($mimes);
|
||||
$status->save();
|
||||
|
||||
NewStatusPipeline::dispatch($status);
|
||||
|
|
Loading…
Reference in a new issue