mirror of
https://github.com/friendica/friendica
synced 2025-04-22 23:50:13 +00:00
Baseurl removed
This commit is contained in:
parent
4b640dbd97
commit
3e7e866e13
1 changed files with 1 additions and 1 deletions
|
@ -682,7 +682,7 @@ function conversation(&$a, $items, $mode, $update, $preview = false) {
|
||||||
'name' => $profile_name_e,
|
'name' => $profile_name_e,
|
||||||
'sparkle' => $sparkle,
|
'sparkle' => $sparkle,
|
||||||
'lock' => $lock,
|
'lock' => $lock,
|
||||||
'thumb' => proxy_url($profile_avatar, false, PROXY_SIZE_THUMB),
|
'thumb' => App::remove_baseurl(proxy_url($profile_avatar, false, PROXY_SIZE_THUMB)),
|
||||||
'title' => $item['title_e'],
|
'title' => $item['title_e'],
|
||||||
'body' => $body_e,
|
'body' => $body_e,
|
||||||
'tags' => $tags_e,
|
'tags' => $tags_e,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue