mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 10:20:25 +01:00
Attempt to prevent message retry loops.
This commit is contained in:
@@ -36,4 +36,8 @@ message AttachmentUploadJobData {
|
||||
uint64 attachmentId = 1;
|
||||
reserved /*attachmentUniqueId*/ 2;
|
||||
optional ResumableUpload uploadSpec = 3;
|
||||
}
|
||||
|
||||
message PreKeysSyncJobData {
|
||||
bool forceRefreshRequested = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user