Update StatusService, on purge remove from NetworkTimelineService cache
This commit is contained in:
parent
9bbd6dcd23
commit
18940cb209
1 changed files with 1 additions and 0 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue