Read marker: Improvement

This commit is contained in:
Giom Foret
2017-06-13 19:51:25 +02:00
parent 79a6b07570
commit 3350c76535
+1 -1
View File
@@ -74,7 +74,7 @@
{
RoomBubbleCellData *cellData = [self cellDataOfEventWithEventId:eventId];
// Ignore the read receipts on the events without an actual display.
cellData.hasReadReceipts = (cellData.attributedTextMessage != nil);
cellData.hasReadReceipts = !cellData.hasNoDisplay;
}
[super didReceiveReceiptEvent:receiptEvent roomState:roomState];