From 43092ee6ac26d1a645e6fd4fa2238429fd3984bb Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Wed, 22 Nov 2017 11:44:35 -0800 Subject: [PATCH] CR: be extra paranoid about archiving the reset session // FREEBIE --- Signal/src/Jobs/SessionResetJob.swift | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Signal/src/Jobs/SessionResetJob.swift b/Signal/src/Jobs/SessionResetJob.swift index 251c227433..e4ad59351a 100644 --- a/Signal/src/Jobs/SessionResetJob.swift +++ b/Signal/src/Jobs/SessionResetJob.swift @@ -39,12 +39,23 @@ class SessionResetJob: NSObject { // Otherwise if we send another message before them, they wont have the session to decrypt it. self.storageManager.archiveAllSessions(forContact: self.recipientId) } - Logger.info("\(self.TAG) successfully sent EndSession