]> git.mxchange.org Git - friendica.git/commitdiff
Language is now transmitted as well
authorMichael <heluecht@pirati.ca>
Mon, 5 Nov 2018 18:03:26 +0000 (18:03 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 5 Nov 2018 18:03:26 +0000 (18:03 +0000)
mod/noscrape.php

index 9d244a42c8876e85a005b6f0748f93b058924748..0964e85ca1e4a26e1d6ef62ca39ba09e83575a2c 100644 (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?