diff --git a/Session/Meta/AppDelegate.m b/Session/Meta/AppDelegate.m index 4f497391e..f7b21eb7b 100644 --- a/Session/Meta/AppDelegate.m +++ b/Session/Meta/AppDelegate.m @@ -468,6 +468,8 @@ static NSTimeInterval launchStartedAt; // Only mark the app as ready once return; } + + [SNConfiguration performMainSetup]; // TODO: Once "app ready" logic is moved into AppSetup, move this line there. [self.profileManager ensureLocalProfileCached];