From 18940cb20900110565438d8f1044f48d54cc85b6 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Wed, 1 Mar 2023 00:40:25 -0700 Subject: [PATCH] Update StatusService, on purge remove from NetworkTimelineService cache --- app/Services/StatusService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Services/StatusService.php b/app/Services/StatusService.php index 04ed1722d..2b3bca274 100644 --- a/app/Services/StatusService.php +++ b/app/Services/StatusService.php @@ -148,6 +148,7 @@ class StatusService Cache::forget('status:thumb:nsfw1' . $id); Cache::forget('pf:services:sh:id:' . $id); PublicTimelineService::rem($id); + NetworkTimelineService::rem($id); } Cache::forget(self::key($id, false));