mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update StatusLabelService, change config key
This commit is contained in:
parent
abe9cb3db0
commit
4abfe76a49
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue