PlainRoomTimelineCellProvider: Handle file without thumbnail cell mapping.

This commit is contained in:
SBiOSoftWhare
2022-01-31 10:47:55 +01:00
parent 277a6d85e6
commit 93f9ea598e
2 changed files with 38 additions and 0 deletions
@@ -32,6 +32,10 @@ NS_ASSUME_NONNULL_BEGIN
- (NSDictionary<NSNumber*, Class>*)outgoingAttachmentCellsMapping;
- (NSDictionary<NSNumber*, Class>*)incomingAttachmentWithoutThumbnailCellsMapping;
- (NSDictionary<NSNumber*, Class>*)outgoingAttachmentWithoutThumbnailCellsMapping;
- (NSDictionary<NSNumber*, Class>*)voiceMessageCellsMapping;
- (NSDictionary<NSNumber*, Class>*)locationCellsMapping;