Backup attachments as Attachment locators.

This commit is contained in:
Clark
2024-03-07 16:40:10 -05:00
committed by Cody Henthorne
parent ef374952ab
commit 9d46b52786
4 changed files with 157 additions and 12 deletions

View File

@@ -423,7 +423,7 @@ message FilePointer {
// Can be ignored if unset/unavailable.
optional uint32 size = 7;
optional bytes incrementalMac = 8;
optional bytes incrementalMacChunkSize = 9;
optional uint32 incrementalMacChunkSize = 9;
optional string fileName = 10;
optional uint32 width = 11;
optional uint32 height = 12;