mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Update attachment backfill proto.
This commit is contained in:
committed by
Cody Henthorne
parent
e2961a3f6f
commit
7c9cd8964f
@@ -1711,10 +1711,8 @@ object SyncMessageProcessor {
|
||||
.enqueue()
|
||||
}
|
||||
|
||||
if (needsUpload.size != attachments.size) {
|
||||
log(timestamp, "[AttachmentBackfillRequest] At least one attachment didn't need to be uploaded. Enqueuing update job immediately.")
|
||||
MultiDeviceAttachmentBackfillUpdateJob.enqueue(request.targetMessage!!, request.targetConversation!!, messageId)
|
||||
}
|
||||
// Enqueueing an update immediately to tell the requesting device that the primary is online.
|
||||
MultiDeviceAttachmentBackfillUpdateJob.enqueue(request.targetMessage!!, request.targetConversation!!, messageId)
|
||||
}
|
||||
|
||||
private fun ConversationIdentifier.toRecipientId(): RecipientId? {
|
||||
|
||||
Reference in New Issue
Block a user