From: Michael Date: Mon, 5 Nov 2018 18:03:26 +0000 (+0000) Subject: Language is now transmitted as well X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9d63c3eb013163c3643a53187e1acdbfa8064d4c;p=friendica.git Language is now transmitted as well --- diff --git a/mod/noscrape.php b/mod/noscrape.php index 9d244a42c8..0964e85ca1 100644 --- a/mod/noscrape.php +++ b/mod/noscrape.php @@ -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?