diff options
author | Evan Prodromou <evan@status.net> | 2009-12-28 14:43:34 -0800 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-12-28 14:43:34 -0800 |
commit | 39bdda9c7e7ee7571298c84c406a9dd74805f050 (patch) | |
tree | 953d39f93f2e3738e792e925486d92433e1ecfbf /lib/default.php | |
parent | 29a1669c01135faf125b2e53718a4112f14525fd (diff) |
More configuration options for location sharing
Diffstat (limited to 'lib/default.php')
-rw-r--r-- | lib/default.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/default.php b/lib/default.php index b5eda7b2c..8a70ed3fa 100644 --- a/lib/default.php +++ b/lib/default.php @@ -226,7 +226,8 @@ $default = 'message' => array('contentlimit' => null), 'location' => - array(), + array('share' => 'user', // whether to share location; 'always', 'user', 'never' + 'sharedefault' => true), 'omb' => array('timeout' => 5), // HTTP request timeout in seconds when contacting remote hosts for OMB updates 'logincommand' => |