Add context to content commit
@@ -535,7 +535,7 @@ func writeContent(ctx context.Context, store content.Store, mediaType, ref strin
if err != nil {
return d, err
}
if err := writer.Commit(size, ""); err != nil {
if err := writer.Commit(ctx, size, ""); err != nil {
return v1.Descriptor{
The note is not visible to the blocked user.