diff --git a/Signal/src/ViewControllers/ConversationView/ConversationViewItem.m b/Signal/src/ViewControllers/ConversationView/ConversationViewItem.m index b41dc85c3..a3492ab01 100644 --- a/Signal/src/ViewControllers/ConversationView/ConversationViewItem.m +++ b/Signal/src/ViewControllers/ConversationView/ConversationViewItem.m @@ -310,7 +310,7 @@ NSString *NSStringForOWSMessageCellType(OWSMessageCellType cellType) NSString *text = textBlock(); // Only show up to N characters of text. - const NSUInteger kMaxTextDisplayLength = 512; + const NSUInteger kMaxTextDisplayLength = 1024; NSString *_Nullable fullText = [DisplayableText displayableText:text]; BOOL isTextTruncated = NO; if (!fullText) {