file_cron()
has incorrect hook documentation
/**
* Implements file_cron()
*/
function file_cron() {
Should be replaced with:
/**
* Implements hook_cron()
*/
function file_cron() {
Fixed
8.0 ⚰️
Primarily changes documentation, not code. For Drupal core issues, select the Documentation component instead of using this tag. In general, component selection is preferred over tag selection.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.