Many people have asked for the File entity in Drupal to support revisions. This makes sense for a number of reasons. Most well-used digital asset management systems support this idea. One major reason is because working with Files in a complex manner requires some type of workflow and you can't have a workflow without revisions.
Currently File extends ContentEntityBase but there is no vid in the file_managed table. The File entity schema will need to be changed in order to support this, adding a vid column.
Rewrite Drupal\file\Entity
to support revisions.
None yet.
Small additions
Needs work
11.0 π₯
file system
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.