Browse Source

Update StatusService, on purge remove from NetworkTimelineService cache

Daniel Supernault 2 years ago
parent
commit
18940cb209
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Services/StatusService.php

+ 1 - 0
app/Services/StatusService.php

@@ -148,6 +148,7 @@ class StatusService
 			Cache::forget('status:thumb:nsfw1' . $id);
 			Cache::forget('status:thumb:nsfw1' . $id);
 			Cache::forget('pf:services:sh:id:' . $id);
 			Cache::forget('pf:services:sh:id:' . $id);
 			PublicTimelineService::rem($id);
 			PublicTimelineService::rem($id);
+			NetworkTimelineService::rem($id);
 		}
 		}
 
 
 		Cache::forget(self::key($id, false));
 		Cache::forget(self::key($id, false));