mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Trigger an automatic session reset after failing to send a retry receipt.
This commit is contained in:
@@ -101,6 +101,7 @@ public final class SendRetryReceiptJob extends BaseJob {
|
||||
|
||||
@Override
|
||||
public void onFailure() {
|
||||
ApplicationDependencies.getJobManager().add(new AutomaticSessionResetJob(recipientId, errorMessage.getDeviceId(), System.currentTimeMillis()));
|
||||
}
|
||||
|
||||
public static final class Factory implements Job.Factory<SendRetryReceiptJob> {
|
||||
|
||||
Reference in New Issue
Block a user