From dec42a04d83a0ee36619c5b99c6d717783289611 Mon Sep 17 00:00:00 2001 From: Shlee Date: Wed, 25 Feb 2026 11:13:20 +1030 Subject: [PATCH] Update HashtagFollowService.php --- app/Services/HashtagFollowService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/HashtagFollowService.php b/app/Services/HashtagFollowService.php index beedd46f0..322914ca8 100644 --- a/app/Services/HashtagFollowService.php +++ b/app/Services/HashtagFollowService.php @@ -62,7 +62,7 @@ class HashtagFollowService public static function isWarm($hid) { - return Redis::zcard(self::CACHE_KEY.$hid) > 0 || Redis::zscore(self::CACHE_WARMED, $hid) !== null; + return Redis::zscore(self::CACHE_WARMED, $hid) !== null; } public static function setWarm($hid)