Update StatusService, on purge remove from NetworkTimelineService cache

This commit is contained in:
Daniel Supernault 2023-03-01 00:40:25 -07:00
parent 9bbd6dcd23
commit 18940cb209
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

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