mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-09-26 11:33:56 +01:00
Allow RestoreAttachmentJob to be retried multiple times.
This commit is contained in:
@@ -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