API config return textlimit value

This commit is contained in:
Michele 2010-01-17 18:33:56 +01:00 committed by Zach Copley
parent 03fefb86bd
commit b65ed56c7a
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class ApiStatusnetConfigAction extends ApiAction
var $keys = array(
'site' => array('name', 'server', 'theme', 'path', 'fancy', 'language',
'email', 'broughtby', 'broughtbyurl', 'closed',
'inviteonly', 'private'),
'inviteonly', 'private','textlimit'),
'license' => array('url', 'title', 'image'),
'nickname' => array('featured'),
'throttle' => array('enabled', 'count', 'timespan'),