Update moderation api, invalidate profile embed

pull/2690/head
Daniel Supernault 6 years ago
parent 9c8a87c331
commit b2501bfcc3
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -312,6 +312,10 @@ class InternalApiController extends Controller
}
break;
}
Cache::forget('_api:statuses:recent_9:' . $status->profile_id);
Cache::forget('profile:embed:' . $status->profile_id);
return ['msg' => 200];
}

Loading…
Cancel
Save