forked from mirror/pixelfed
Update StatusLabelService, change config key
This commit is contained in:
parent
abe9cb3db0
commit
4abfe76a49
|
@ -12,7 +12,7 @@ class StatusLabelService
|
|||
|
||||
public static function get(Status $status)
|
||||
{
|
||||
if(config('instance.label.covid') == false || !$status) {
|
||||
if(config('instance.label.covid.enabled') == false || !$status) {
|
||||
return [
|
||||
'covid' => false
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue