[Sha 256] Blame does not work when object format sha256

The ability to see blame information for a file is not working when the object type of a repository is set to SHA256.

Where in the application are you seeing this issue?

URL of the page:

How did you expect the application to behave?

  • I would expect to see a blame of the file

How did the application behave?

The API returns an empty array [] instead of an expected array of {commit: {}, lines []} The UI returns an empty UI, but no obvious error is presented.

image