API: The wrong user had been shown for repeated posts

This commit is contained in:
Michael 2018-11-11 19:05:57 +00:00
parent 2d88994ed9
commit 34a0e71485
1 changed files with 1 additions and 0 deletions

View File

@ -2923,6 +2923,7 @@ function api_format_items($r, $user_info, $filter_user = false, $type = "json")
$retweeted_item = api_share_as_retweet($item);
if ($retweeted_item !== false) {
$retweeted_status = $status;
$status['user'] = $status['friendica_owner'];
try {
$retweeted_status["user"] = api_get_user($a, $retweeted_item["author-id"]);
} catch (BadRequestException $e) {