Add incremental mac chunk size to attachment pointer.
This commit is contained in:
parent
1d052e7c1b
commit
f18a03ee6d
1 changed files with 4 additions and 0 deletions
|
@ -52,6 +52,10 @@ public final class AttachmentPointerUtil {
|
|||
builder.incrementalDigest(ByteString.of(attachment.getIncrementalDigest().get()));
|
||||
}
|
||||
|
||||
if (attachment.getIncrementalMacChunkSize() > 0) {
|
||||
builder.incrementalMacChunkSize(attachment.getIncrementalMacChunkSize());
|
||||
}
|
||||
|
||||
if (attachment.getRemoteId().getV2().isPresent()) {
|
||||
builder.cdnId(attachment.getRemoteId().getV2().get());
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue