fix: use AttachmentUploadJob instead of two download job keys in all types

This commit is contained in:
jubb 2021-05-07 13:36:35 +10:00
parent d707433f28
commit e7377d640f
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class JobQueue : JobDelegate {
return
}
hasResumedPendingJobs = true
val allJobTypes = listOf(AttachmentDownloadJob.KEY,
val allJobTypes = listOf(AttachmentUploadJob.KEY,
AttachmentDownloadJob.KEY,
MessageReceiveJob.KEY,
MessageSendJob.KEY,