From 58ec49fd57a186e87d136d9e9c47c72734eae500 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sat, 13 May 2023 00:18:53 -0600 Subject: [PATCH] Update InstanceService, fix banner blurhash memory bug --- app/Services/InstanceService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/InstanceService.php b/app/Services/InstanceService.php index 5b2b6a12c..1cead8d48 100644 --- a/app/Services/InstanceService.php +++ b/app/Services/InstanceService.php @@ -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; }