From f246d4d6e5c52c3ecc2a627f8dfc5e42806af194 Mon Sep 17 00:00:00 2001 From: shimon Date: Tue, 5 Sep 2023 21:21:24 +0300 Subject: [PATCH] removed $route->setIsActive(false); from cache output --- app/controllers/shared/api.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/shared/api.php b/app/controllers/shared/api.php index b65e35e605..13db405091 100644 --- a/app/controllers/shared/api.php +++ b/app/controllers/shared/api.php @@ -255,7 +255,6 @@ App::init() ->send(base64_decode($data['payload'])) ; - $route->setIsActive(false); } else { $response->addHeader('X-Appwrite-Cache', 'miss'); }