1
0
Fork 0

Compatibility with pleroma added

This commit is contained in:
Michael 2017-08-21 20:21:04 +00:00
commit 51dca9b034
3 changed files with 16 additions and 1 deletions

View file

@ -101,7 +101,7 @@ class ostatus {
$width = $attributes->textContent;
}
}
if (($width > 0) && ($href != "")) {
if ($href != "") {
$avatarlist[$width] = $href;
}
}