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));