diff --git a/actions/apistatusesupdate.php b/actions/apistatusesupdate.php index 0385b01961..40a78744b7 100644 --- a/actions/apistatusesupdate.php +++ b/actions/apistatusesupdate.php @@ -300,9 +300,7 @@ class ApiStatusesUpdateAction extends ApiAuthAction if (isset($upload)) { $status_shortened .= ' ' . $upload->shortUrl(); -//JBTEST $status_shortened = $this->auth_user->shortenlinks($status_shortened); -//JBTEST if (Notice::contentTooLong($status_shortened)) { $upload->delete();