mirror of
https://github.com/friendica/friendica
synced 2025-04-24 09:10:17 +00:00
The legacy proxy functionality is removed
This commit is contained in:
parent
c30e4c02de
commit
0e79b5373b
9 changed files with 324 additions and 618 deletions
|
@ -317,7 +317,7 @@ class BBCode
|
|||
} elseif ($uriid > 0) {
|
||||
return Post\Link::getByLink($uriid, $image, $size);
|
||||
} else {
|
||||
return Proxy::proxifyUrl($image, $size);
|
||||
return $image;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue