Fix missing bubbles cell types (from #5419)

This commit is contained in:
David Langley 2022-01-24 18:17:27 +00:00
parent 2f006727eb
commit c2928ba1a4

View file

@ -270,7 +270,7 @@
NSDictionary *incomingTextMessageCellsMapping = [self incomingTextMessageCellsMapping];
[cellClasses addEntriesFromDictionary:incomingTextMessageCellsMapping];
NSDictionary *outgoingTextMessageCellsMapping = [self incomingTextMessageCellsMapping];
NSDictionary *outgoingTextMessageCellsMapping = [self outgoingTextMessageCellsMapping];
[cellClasses addEntriesFromDictionary:outgoingTextMessageCellsMapping];
// Attachment