Update StatusService, on purge remove from NetworkTimelineService cache

pull/4215/head
Daniel Supernault 2 years ago
parent 9bbd6dcd23
commit 18940cb209
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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…
Cancel
Save