API config return textlimit value
This commit is contained in:
parent
60e6172bc9
commit
b98f956c6b
@ -52,7 +52,7 @@ class ApiStatusnetConfigAction extends ApiAction
|
|||||||
var $keys = array(
|
var $keys = array(
|
||||||
'site' => array('name', 'server', 'theme', 'path', 'fancy', 'language',
|
'site' => array('name', 'server', 'theme', 'path', 'fancy', 'language',
|
||||||
'email', 'broughtby', 'broughtbyurl', 'closed',
|
'email', 'broughtby', 'broughtbyurl', 'closed',
|
||||||
'inviteonly', 'private'),
|
'inviteonly', 'private','textlimit'),
|
||||||
'license' => array('url', 'title', 'image'),
|
'license' => array('url', 'title', 'image'),
|
||||||
'nickname' => array('featured'),
|
'nickname' => array('featured'),
|
||||||
'throttle' => array('enabled', 'count', 'timespan'),
|
'throttle' => array('enabled', 'count', 'timespan'),
|
||||||
|
Loading…
Reference in New Issue
Block a user