Merge pull request #3687 from pixelfed/staging

Update StatusController
This commit is contained in:
daniel 2022-10-07 03:51:37 -06:00 committed by GitHub
commit 81c51e9480
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ use App\Services\ReblogService;
class StatusController extends Controller
{
public function show(Request $request, $username, int $id)
public function show(Request $request, $username, $id)
{
// redirect authed users to Metro 2.0
if($request->user()) {