mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 08:13:16 +00:00
Update InstanceService, fix banner blurhash memory bug
This commit is contained in:
parent
026842dd93
commit
58ec49fd57
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class InstanceService
|
||||||
}
|
}
|
||||||
$cached = config_cache('instance.banner.blurhash');
|
$cached = config_cache('instance.banner.blurhash');
|
||||||
|
|
||||||
if($cached && $cached !== 'UzJR]l{wHZRjM}R%XRkCH?X9xaWEjZj]kAjt') {
|
if($cached) {
|
||||||
return $cached;
|
return $cached;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue