mirror of
https://github.com/friendica/friendica
synced 2025-04-30 11:04:29 +02:00
Simplified proxy handling
This commit is contained in:
parent
dfc1b1e7a5
commit
e519b782fd
6 changed files with 30 additions and 196 deletions
|
@ -1517,7 +1517,7 @@ class Contact
|
|||
if (Proxy::isLocalImage($avatar)) {
|
||||
return $avatar;
|
||||
} else {
|
||||
return Proxy::proxifyUrl($avatar, false, $size);
|
||||
return Proxy::proxifyUrl($avatar, $size);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue