- First commit to issue fork.
When trying to delete multiple Media on the View /admin/content/media by using the Bulk action "Delete media", nothing happen after submitting.
It is due to the fact that the file /src/Plugin/Action/DeleteMedia.php sends a "User PrivateTempStoreFactory" object to Media (core/modules/media/src/Form/MediaDeleteMultipleConfirmForm.php) which is expecting a "Core PrivateTempStoreFactory" object.
Because of that, the form can not retrieve the media to delete.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.