Update StatusService, fix missing account condition

pull/4363/head
Daniel Supernault 3 years ago
parent db2da84bec
commit f48daab37e
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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) {

Loading…
Cancel
Save