]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apistatusnetconfig.php
URL shortening can now be disabled for the 'maxurllength'
[quix0rs-gnu-social.git] / actions / apistatusnetconfig.php
index a58c5d3dfaa67831694789494fd3ac8c9ae1fe96..33ac32a7da43b8857d92b8ad273e75c280ffaef0 100644 (file)
@@ -61,7 +61,7 @@ class ApiStatusnetConfigAction extends ApiAction
         'xmpp' => array('enabled', 'server', 'port', 'user'),
         'integration' => array('source'),
         'attachments' => array('uploads', 'file_quota'),
-        'url' => array('maxlength', 'maxnoticelength'),
+        'url' => array('maxurllength', 'maxnoticelength'),
     );
 
     /**