PlainRoomTimelineCellProvider: Fix outgoing text message cells.

This commit is contained in:
SBiOSoftWhare
2022-01-24 10:25:37 +01:00
parent a2cfa1912b
commit 86e80b7cd3
@@ -272,7 +272,7 @@
NSDictionary *incomingTextMessageCellsMapping = [self incomingTextMessageCellsMapping];
[cellClasses addEntriesFromDictionary:incomingTextMessageCellsMapping];
NSDictionary *outgoingTextMessageCellsMapping = [self incomingTextMessageCellsMapping];
NSDictionary *outgoingTextMessageCellsMapping = [self outgoingTextMessageCellsMapping];
[cellClasses addEntriesFromDictionary:outgoingTextMessageCellsMapping];
// Attachment