mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-25 15:55:22 +00:00
Update moderator api, expire cached status
This commit is contained in:
parent
78529cb1f8
commit
f215ee26b3
1 changed files with 1 additions and 0 deletions
|
@ -333,6 +333,7 @@ class InternalApiController extends Controller
|
|||
|
||||
Cache::forget('_api:statuses:recent_9:' . $status->profile_id);
|
||||
Cache::forget('profile:embed:' . $status->profile_id);
|
||||
StatusService::del($status->id);
|
||||
|
||||
return ['msg' => 200];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue