]> git.mxchange.org Git - friendica.git/blobdiff - include/conversation.php
Issue 10352: Fixing photo entries for contact avatars
[friendica.git] / include / conversation.php
index 24bb7434cab75d8d75536cd29d4b276cd458e80e..4bd6ce600760b150578e566c601294086ed50774 100644 (file)
@@ -624,7 +624,7 @@ function conversation(App $a, array $items, $mode, $update, $preview = false, $o
                                        'indent' => '',
                                        'owner_name' => '',
                                        'owner_url' => '',
-                                       'owner_photo' => DI::baseUrl()->remove($item['owner-avatar']),
+                                       'owner_photo' => DI::baseUrl()->remove(Contact::getAvatarUrlForUrl($item['owner-link'], $item['uid'], Proxy::SIZE_THUMB)),
                                        'plink' => Item::getPlink($item),
                                        'edpost' => false,
                                        'isstarred' => 'unstarred',