Update InstanceService, fix banner blurhash memory bug

pull/4374/head
Daniel Supernault 2 years ago
parent 026842dd93
commit 58ec49fd57
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -95,7 +95,7 @@ class InstanceService
}
$cached = config_cache('instance.banner.blurhash');
if($cached && $cached !== 'UzJR]l{wHZRjM}R%XRkCH?X9xaWEjZj]kAjt') {
if($cached) {
return $cached;
}

Loading…
Cancel
Save