From 9d63c3eb013163c3643a53187e1acdbfa8064d4c Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 5 Nov 2018 18:03:26 +0000 Subject: [PATCH] Language is now transmitted as well --- mod/noscrape.php | 1 + 1 file changed, 1 insertion(+) 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?