Explorar o código

Update InstanceService, fix banner blurhash memory bug

Daniel Supernault %!s(int64=2) %!d(string=hai) anos
pai
achega
58ec49fd57
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Services/InstanceService.php

+ 1 - 1
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;
     		}