Update StatusService, fix missing account condition

This commit is contained in:
Daniel Supernault 2023-05-08 22:45:02 -06:00
parent db2da84bec
commit f48daab37e
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -47,6 +47,10 @@ class StatusService
return null;
}
if(!isset($status['account'])) {
return null;
}
$status['replies_count'] = $status['reply_count'];
if(config('exp.emc') == false) {