Some more places changed to the new contact avatar path format

This commit is contained in:
Michael 2021-06-30 16:58:46 +00:00
parent 4308cace68
commit 09aa496387
4 changed files with 8 additions and 11 deletions

View 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',