kopia lustrzana https://github.com/pixelfed/pixelfed
Update config() to config_cache()
rodzic
c65d03788b
commit
7873b7ecc5
|
@ -151,7 +151,7 @@ class StatusEntityLexer implements ShouldQueue
|
||||||
{
|
{
|
||||||
$status = $this->status;
|
$status = $this->status;
|
||||||
|
|
||||||
if(config('pixelfed.bouncer.enabled')) {
|
if(config_cache('pixelfed.bouncer.enabled')) {
|
||||||
Bouncer::get($status);
|
Bouncer::get($status);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue