mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 10:20:25 +01:00
Add a job to backfill attachment uploads to the archive service.
This commit is contained in:
@@ -50,4 +50,9 @@ message PreKeysSyncJobData {
|
||||
|
||||
message ArchiveAttachmentJobData {
|
||||
uint64 attachmentId = 1;
|
||||
}
|
||||
|
||||
message ArchiveAttachmentBackfillJobData {
|
||||
optional uint64 attachmentId = 1;
|
||||
ResumableUpload uploadSpec = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user