Compatibility with pleroma added
This commit is contained in:
parent
c9daecb80d
commit
51dca9b034
3 changed files with 16 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ class ostatus {
|
|||
$width = $attributes->textContent;
|
||||
}
|
||||
}
|
||||
if (($width > 0) && ($href != "")) {
|
||||
if ($href != "") {
|
||||
$avatarlist[$width] = $href;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue