Skip to content

Commit

Permalink
add hash/idx to Link (as per jose)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-blasby committed Oct 7, 2024
1 parent 51fbde4 commit 1eb1bc9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,7 @@ public class Link {
private String group;
private String mimeType;
private String nilReason;

private String hash;
private String idx;
}

0 comments on commit 1eb1bc9

Please sign in to comment.