Fix indent to standards
This commit is contained in:
parent
2ebebe9abc
commit
c1db1c980e
|
@ -275,7 +275,7 @@ class APContact
|
||||||
// Mastodon seriously allows for this condition?
|
// Mastodon seriously allows for this condition?
|
||||||
// Jul 14 2021 - See https://mastodon.online/@goes11 for a negative followers count
|
// Jul 14 2021 - See https://mastodon.online/@goes11 for a negative followers count
|
||||||
if ($followers['totalItems'] < 0) {
|
if ($followers['totalItems'] < 0) {
|
||||||
$followers['totalItems'] = 0;
|
$followers['totalItems'] = 0;
|
||||||
}
|
}
|
||||||
if (!empty($followers['totalItems'])) {
|
if (!empty($followers['totalItems'])) {
|
||||||
$apcontact['followers_count'] = $followers['totalItems'];
|
$apcontact['followers_count'] = $followers['totalItems'];
|
||||||
|
|
Loading…
Reference in a new issue