From 80a33763ea8c053ab39ea673e3324e7af434cb78 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 17 Mar 2019 18:46:22 +0000 Subject: [PATCH] Take the author from the author --- include/api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']; } } -- 2.39.2