Fix edge cases around UD v. linked devices.

pull/1/head
Matthew Chen 7 years ago
parent d656ae1017
commit 8fec73dda5

@ -1084,7 +1084,7 @@ static NSTimeInterval launchStartedAt;
}
if ([self.tsAccountManager isRegistered]) {
OWSLogVerbose(@"localNumber: %@", [self.tsAccountManager localNumber]);
OWSLogInfo(@"localNumber: %@", [TSAccountManager localNumber]);
// Fetch messages as soon as possible after launching. In particular, when
// launching from the background, without this, we end up waiting some extra

Loading…
Cancel
Save