Explorar o código

Update StatusService, on purge remove from NetworkTimelineService cache

Daniel Supernault %!s(int64=2) %!d(string=hai) anos
pai
achega
18940cb209
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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('pf:services:sh:id:' . $id);
 			PublicTimelineService::rem($id);
+			NetworkTimelineService::rem($id);
 		}
 
 		Cache::forget(self::key($id, false));