Language is now transmitted as well

This commit is contained in:
Michael 2018-11-05 18:03:26 +00:00
parent 58ce0d799b
commit 9d63c3eb01
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ function noscrape_init(App $a)
$json_info['fn'] = $a->profile['name'];
$json_info['photo'] = $contactPhoto["photo"];
$json_info['tags'] = $keywords;
$json_info['language'] = $a->profile['language'];
if (is_array($a->profile) && !$a->profile['hide-friends']) {
/// @todo What should this value tell us?