mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-27 13:13:43 +00:00
Allow RestoreAttachmentJob to be retried multiple times.
This commit is contained in:
committed by
Jeffrey Starke
parent
3a06f604fd
commit
eb4abf2a9e
@@ -160,6 +160,7 @@ class RestoreAttachmentJob private constructor(
|
||||
}
|
||||
}
|
||||
.setLifespan(TimeUnit.DAYS.toMillis(30))
|
||||
.setMaxAttempts(Parameters.UNLIMITED)
|
||||
.setGlobalPriority(priority)
|
||||
.build(),
|
||||
messageId,
|
||||
|
||||
Reference in New Issue
Block a user