From: Michael Date: Tue, 10 Nov 2020 19:43:12 +0000 (+0000) Subject: Issue 9520: Fix resharer hovercard X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=553369d8b54018b64f1cf0a9a93a6c6d455717d4;p=friendica.git Issue 9520: Fix resharer hovercard --- diff --git a/include/conversation.php b/include/conversation.php index cfe500b876..22cd71957b 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -756,6 +756,7 @@ function conversation_fetch_comments($thread_items, $pinned, $causer) { break; case Item::PT_ANNOUNCEMENT: if (!empty($row['causer-id']) && DI::pConfig()->get(local_user(), 'system', 'display_resharer')) { + $row['owner-id'] = $row['causer-id']; $row['owner-link'] = $row['causer-link']; $row['owner-avatar'] = $row['causer-avatar']; $row['owner-name'] = $row['causer-name'];