1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-02-07 15:04:41 +00:00

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('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));