remove incorrect comment

This commit is contained in:
Michael Kirk 2018-06-01 10:11:24 -04:00
parent 6e6a7446d0
commit e6c659d0ff

View file

@ -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