kopia lustrzana https://github.com/ryukoposting/Signal-Android
Put receipts in the recipient's queue.
rodzic
fe71d6ac41
commit
3e43963f67
|
@ -43,6 +43,7 @@ public class SendDeliveryReceiptJob extends BaseJob {
|
|||
.addConstraint(NetworkConstraint.KEY)
|
||||
.setLifespan(TimeUnit.DAYS.toMillis(1))
|
||||
.setMaxAttempts(Parameters.UNLIMITED)
|
||||
.setQueue(recipientId.toQueueKey())
|
||||
.build(),
|
||||
recipientId,
|
||||
messageId,
|
||||
|
|
|
@ -54,6 +54,7 @@ public class SendReadReceiptJob extends BaseJob {
|
|||
.addConstraint(NetworkConstraint.KEY)
|
||||
.setLifespan(TimeUnit.DAYS.toMillis(1))
|
||||
.setMaxAttempts(Parameters.UNLIMITED)
|
||||
.setQueue(recipientId.toQueueKey())
|
||||
.build(),
|
||||
threadId,
|
||||
recipientId,
|
||||
|
|
Ładowanie…
Reference in New Issue