From e6c659d0ff5e810ae633de477ef8bff4ecd3d4ee Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Fri, 1 Jun 2018 10:11:24 -0400 Subject: [PATCH] remove incorrect comment --- .../ConversationView/ConversationViewController.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/Signal/src/ViewControllers/ConversationView/ConversationViewController.m b/Signal/src/ViewControllers/ConversationView/ConversationViewController.m index dee268429..9eacfd0a7 100644 --- a/Signal/src/ViewControllers/ConversationView/ConversationViewController.m +++ b/Signal/src/ViewControllers/ConversationView/ConversationViewController.m @@ -2465,8 +2465,6 @@ typedef enum : NSUInteger { const int currentMaxRangeSize = (int)self.lastRangeLength; const int maxRangeSize = MAX(kConversationInitialMaxRangeSize, currentMaxRangeSize); - // `ensureDynamicInteractionsForThread` should operate on the latest thread contents, so - // we should _read_ from uiDatabaseConnection and _write_ to `editingDatabaseConnection`. self.dynamicInteractions = [ThreadUtil ensureDynamicInteractionsForThread:self.thread contactsManager:self.contactsManager