mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Clean up AttachmentTable schema.
This commit is contained in:
committed by
Alex Hart
parent
62b142cdeb
commit
fe39b5e4e2
@@ -33,7 +33,7 @@ message CallLinkUpdateSendJobData {
|
||||
}
|
||||
|
||||
message AttachmentUploadJobData {
|
||||
uint64 attachmentRowId = 1;
|
||||
uint64 attachmentUniqueId = 2;
|
||||
uint64 attachmentId = 1;
|
||||
reserved /*attachmentUniqueId*/ 2;
|
||||
optional ResumableUpload uploadSpec = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user