Merge develop into fix_riot_attachmentview_reactions

This commit is contained in:
SBiOSoftWhare
2019-06-19 11:44:42 +02:00
3 changed files with 1 additions and 107 deletions
@@ -73,10 +73,6 @@ static NSAttributedString *timestampVerticalWhitespace = nil;
// Increase maximum number of components
self.maxComponentCount = 20;
// Initialize read receipts
self.readReceipts = [NSMutableDictionary dictionary];
self.readReceipts[event.eventId] = [roomDataSource.room getEventReceipts:event.eventId sorted:YES];
// Reset attributedTextMessage to force reset MXKRoomCellData parameters
self.attributedTextMessage = nil;
@@ -630,9 +626,6 @@ static NSAttributedString *timestampVerticalWhitespace = nil;
return NO;
}
// Update read receipts for this bubble
self.readReceipts[event.eventId] = [roomDataSource.room getEventReceipts:event.eventId sorted:YES];
return [super addEvent:event andRoomState:roomState];
}