Merge pull request #6582 from shleeable/remove-exp-pue

Remove EXP_PUE flag, post editing is always enabled
pull/6704/head
dansup 1 month ago committed by GitHub
commit c7bbf8e813
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -16,7 +16,6 @@ class StatusEditController extends Controller
public function __construct()
{
$this->middleware('auth:api');
abort_if(! config('exp.pue'), 404, 'Post editing is not enabled on this server.');
}
public function store(StoreStatusEditRequest $request, $id)

@ -30,8 +30,5 @@ return [
// HLS Live Streaming
'hls' => env('HLS_LIVE', false),
// Post Update/Edits
'pue' => env('EXP_PUE', true),
'autolink' => env('EXP_AUTOLINK_V2', false),
];

Loading…
Cancel
Save