Merge pull request #5624 from vector-im/steve/5521_bubbles_readmarker

Message Bubbles: Fix read marker appearing part way thru a message
This commit is contained in:
SBiOSoftWhare
2022-02-18 15:14:30 +01:00
committed by GitHub
16 changed files with 291 additions and 81 deletions
@@ -16,7 +16,7 @@
import UIKit
class TextMessageBaseBubbleCell: SizableBaseRoomCell, RoomCellURLPreviewDisplayable, RoomCellReactionsDisplayable, RoomCellThreadSummaryDisplayable, RoomCellReadReceiptsDisplayable {
class TextMessageBaseBubbleCell: SizableBaseRoomCell, RoomCellURLPreviewDisplayable, RoomCellReactionsDisplayable, RoomCellThreadSummaryDisplayable, RoomCellReadReceiptsDisplayable, RoomCellReadMarkerDisplayable {
// MARK: - Properties