From: Michael Date: Sun, 17 Mar 2019 18:46:22 +0000 (+0000) Subject: Take the author from the author X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=80a33763ea8c053ab39ea673e3324e7af434cb78;p=friendica.git Take the author from the author --- diff --git a/include/api.php b/include/api.php index 4e6cd628a5..b1ee607abb 100644 --- a/include/api.php +++ b/include/api.php @@ -3066,7 +3066,7 @@ function api_format_items($r, $user_info, $filter_user = false, $type = "json") $retweeted_status['friendica_activities'] = api_format_items_activities($retweeted_item, $type); $retweeted_status['created_at'] = api_date($retweeted_item['created']); $status['retweeted_status'] = $retweeted_status; - $status['friendica_author'] = $retweeted_status['user']; + $status['friendica_author'] = $retweeted_status['friendica_author']; } }