Properly order attachment archive copies.

This commit is contained in:
Greyson Parrelli
2025-06-06 14:22:53 -04:00
parent 9860b990e5
commit 6edfcfdc4e
10 changed files with 131 additions and 25 deletions

View File

@@ -144,6 +144,7 @@ message UploadAttachmentToArchiveJobData {
message ArchiveAttachmentReconciliationJobData {
optional uint64 snapshot = 1;
string serverCursor = 2;
bool forced = 3;
}
message DeviceNameChangeJobData {