|
|
@ -854,16 +854,6 @@ static NSString *const kURLHostVerifyPrefix = @"verify";
|
|
|
|
|
|
|
|
|
|
|
|
[[OWSProfileManager sharedManager] ensureLocalProfileCached];
|
|
|
|
[[OWSProfileManager sharedManager] ensureLocalProfileCached];
|
|
|
|
|
|
|
|
|
|
|
|
//#ifdef DEBUG
|
|
|
|
|
|
|
|
// // A bug in orphan cleanup could be disastrous so let's only
|
|
|
|
|
|
|
|
// // run it in DEBUG builds for a few releases.
|
|
|
|
|
|
|
|
// //
|
|
|
|
|
|
|
|
// // TODO: Release to production once we have analytics.
|
|
|
|
|
|
|
|
// // TODO: Orphan cleanup is somewhat expensive - not least in doing a bunch
|
|
|
|
|
|
|
|
// // of disk access. We might want to only run it "once per version"
|
|
|
|
|
|
|
|
// // or something like that in production.
|
|
|
|
|
|
|
|
// [OWSOrphanedDataCleaner auditAndCleanupAsync:nil];
|
|
|
|
|
|
|
|
//#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[OWSProfileManager.sharedManager fetchLocalUsersProfile];
|
|
|
|
[OWSProfileManager.sharedManager fetchLocalUsersProfile];
|
|
|
|
[[OWSReadReceiptManager sharedManager] prepareCachedValues];
|
|
|
|
[[OWSReadReceiptManager sharedManager] prepareCachedValues];
|
|
|
|