From 174706817c4da6ffa15f9c342fc0db28bd1f0bfa Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Mon, 3 Jul 2017 16:07:09 -0500 Subject: [PATCH] clearer comment I erroneously thought this code was an error, maybe a better comment would have saved me some time? // FREEBIE --- Signal/src/ViewControllers/SignalsViewController.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Signal/src/ViewControllers/SignalsViewController.m b/Signal/src/ViewControllers/SignalsViewController.m index d681ff921..2120e2cb4 100644 --- a/Signal/src/ViewControllers/SignalsViewController.m +++ b/Signal/src/ViewControllers/SignalsViewController.m @@ -373,8 +373,8 @@ }]; [self ensureNotificationsUpToDate]; - // Clean up any messages that expired since last launch immediately - // and continue cleaning in the background. + // Start running the disappearing messages job in case the newly registered user + // enables this feature [[OWSDisappearingMessagesJob sharedJob] startIfNecessary]; } else { [self displayAnyUnseenUpgradeExperience];