|
|
@ -2663,7 +2663,7 @@ typedef enum : NSUInteger {
|
|
|
|
[ThreadUtil ensureDynamicInteractionsForThread:self.thread
|
|
|
|
[ThreadUtil ensureDynamicInteractionsForThread:self.thread
|
|
|
|
contactsManager:self.contactsManager
|
|
|
|
contactsManager:self.contactsManager
|
|
|
|
blockingManager:self.blockingManager
|
|
|
|
blockingManager:self.blockingManager
|
|
|
|
dbConnection:self.uiDatabaseConnection
|
|
|
|
dbConnection:self.editingDatabaseConnection
|
|
|
|
hideUnreadMessagesIndicator:self.hasClearedUnreadMessagesIndicator
|
|
|
|
hideUnreadMessagesIndicator:self.hasClearedUnreadMessagesIndicator
|
|
|
|
firstUnseenInteractionTimestamp:self.dynamicInteractions.firstUnseenInteractionTimestamp
|
|
|
|
firstUnseenInteractionTimestamp:self.dynamicInteractions.firstUnseenInteractionTimestamp
|
|
|
|
maxRangeSize:maxRangeSize];
|
|
|
|
maxRangeSize:maxRangeSize];
|
|
|
|