mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update StatusLabelService
This commit is contained in:
parent
cc93b3e3a5
commit
b7fcf8a504
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class StatusLabelService
|
|||
|
||||
return Cache::remember(self::CACHE_KEY . $status->id, now()->addDays(7), function() use($status) {
|
||||
return [
|
||||
'covid' => Str::of(strtolower($status->caption))->contains(['covid','corona', 'coronavirus', 'vaccine', 'vaxx', 'vaccination'])
|
||||
'covid' => Str::of(strtolower($status->caption))->contains(['covid','corona', 'coronavirus', 'vaccine', 'vaxx', 'vaccination', 'plandemic'])
|
||||
];
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue