Automatically closed - issue fixed for 2 weeks with no activity.
When running drush cr && drush cron -v the module displays this info message.
acquia_contenthub should have an extra.drush.services section in its composer.json. See http://docs.drush.org/en/10.x/commands/#specifying-the-services-file.
Run drush cr && drush cron -v
Add
"extra": {
"drush": {
"services": {
"drush.services.yml": "^9 || ^10 || ^11"
}
}
}
to composer.json
Fixed
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.