API config return textlimit value

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

View File

@ -52,7 +52,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'),