mirror of
https://github.com/friendica/friendica
synced 2024-11-18 17:03:41 +00:00
Removed stuff
This commit is contained in:
parent
3bf7664ee3
commit
80c330e6e3
1 changed files with 0 additions and 3 deletions
|
@ -967,9 +967,6 @@ class BBCode
|
||||||
$attributes['avatar'] = ($author_contact['micro'] ?? '') ?: $attributes['avatar'];
|
$attributes['avatar'] = ($author_contact['micro'] ?? '') ?: $attributes['avatar'];
|
||||||
$attributes['profile'] = ($author_contact['url'] ?? '') ?: $attributes['profile'];
|
$attributes['profile'] = ($author_contact['url'] ?? '') ?: $attributes['profile'];
|
||||||
|
|
||||||
// $author_contact['url'] could be empty. So then we fill it with the profile
|
|
||||||
$author_contact['url'] = ($attributes['profile'] ?? '') ?: $author_contact['url'];
|
|
||||||
|
|
||||||
if ($attributes['avatar']) {
|
if ($attributes['avatar']) {
|
||||||
$attributes['avatar'] = ProxyUtils::proxifyUrl($attributes['avatar'], false, ProxyUtils::SIZE_THUMB);
|
$attributes['avatar'] = ProxyUtils::proxifyUrl($attributes['avatar'], false, ProxyUtils::SIZE_THUMB);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue