PlainRoomTimelineCellProvider: Fix outgoing text message cells.

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