mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-06-28 10:05:45 +01:00
Propagate force flag to story attachment downloads.
This commit is contained in:
committed by
Michelle Tang
parent
ce4d68a20f
commit
68eb4d3c82
@@ -119,7 +119,7 @@ object Stories {
|
||||
Log.d(TAG, "Enqueuing downloads for up to $limit stories for $recipientId (force: $force)")
|
||||
SignalDatabase.messages.getUnreadStories(recipientId, limit).use { reader ->
|
||||
reader.forEach {
|
||||
enqueueAttachmentsFromStoryForDownloadSync(it as MmsMessageRecord, false)
|
||||
enqueueAttachmentsFromStoryForDownloadSync(it as MmsMessageRecord, force)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user