mirror of
https://github.com/friendica/friendica
synced 2025-05-04 11:44:11 +02:00
Some more places changed to the new contact avatar path format
This commit is contained in:
parent
4308cace68
commit
09aa496387
4 changed files with 8 additions and 11 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue