mirror of
https://github.com/friendica/friendica
synced 2024-11-18 07:03:40 +00:00
Language is now transmitted as well
This commit is contained in:
parent
58ce0d799b
commit
9d63c3eb01
1 changed files with 1 additions and 0 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue