Using Node Revision Delete with drupal 9.4.x version will throw below error as Drupal\Core\Database\Driver\mysql\Connection moved to Drupal\mysql\Driver\Database\mysql\Connection mysql module in core
error [error] TypeError: ############ Argument #1 ($database) must be of type Drupal\Core\Database\Driver\mysql\Connection, Drupal\mysql\Driver\Database\mysql\Connection given
TO fix thi problem we have to replace Drupal\Core\Database\Driver\mysql\Connection with Drupal\mysql\Driver\Database\mysql\Connection
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.