Add missing protocol conformance

This commit is contained in:
ismailgulek
2022-03-31 13:44:12 +03:00
parent 2457774ac7
commit 3da0186a6d
@@ -16,7 +16,7 @@
import Foundation
class VoiceMessagePlainCell: SizableBaseRoomCell, RoomCellReactionsDisplayable, RoomCellReadMarkerDisplayable {
class VoiceMessagePlainCell: SizableBaseRoomCell, RoomCellReactionsDisplayable, RoomCellReadMarkerDisplayable, RoomCellThreadSummaryDisplayable {
private(set) var playbackController: VoiceMessagePlaybackController!