Chat screen: Increase maximum number of components in bubble (20 instead of 10).

This commit is contained in:
giomfo 2016-03-14 11:33:35 +01:00
parent 95f4e18bd8
commit 225853767b

View file

@ -36,6 +36,9 @@ static NSAttributedString *readReceiptVerticalWhitespace = nil;
// Use the vector style placeholder
self.senderAvatarPlaceholder = [AvatarGenerator generateRoomMemberAvatar:self.senderId displayName:self.senderDisplayName];
// Increase maximum number of components
self.maxComponentCount = 20;
// Check whether some read receipts are linked to this event
_hasReadReceipts = NO;
if ([roomDataSource.room getEventReceipts:event.eventId sorted:NO])