- Issue created by @MrDaleSmith
After cron runs on Drupal 10 with this module installed, the error "Entity queries must explicitly set whether the query should be access checked or not." is generated in the logs.
This is caused by the node query in GetTweetsBase::cleanup() not including an accessCheck() in the query. Adding this will resolve the issue and allow the function to run.
Active
3.0
Code