mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
Read marker: Improvement
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user