diff --git a/Session/Conversations/ConversationViewModel.m b/Session/Conversations/ConversationViewModel.m index b034f85e0..0c816e8a1 100644 --- a/Session/Conversations/ConversationViewModel.m +++ b/Session/Conversations/ConversationViewModel.m @@ -336,13 +336,6 @@ NS_ASSUME_NONNULL_BEGIN [self addNotificationListeners]; } -- (void)viewDidLoad -{ - [self addNotificationListeners]; - - [self touchDbAsync]; -} - - (void)touchDbAsync { // See comments in primaryStorage.touchDbAsync.