mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-27 03:44:26 +02:00
PlainRoomTimelineCellProvider: Fix outgoing text message cells.
This commit is contained in:
@@ -272,7 +272,7 @@
|
||||
NSDictionary *incomingTextMessageCellsMapping = [self incomingTextMessageCellsMapping];
|
||||
[cellClasses addEntriesFromDictionary:incomingTextMessageCellsMapping];
|
||||
|
||||
NSDictionary *outgoingTextMessageCellsMapping = [self incomingTextMessageCellsMapping];
|
||||
NSDictionary *outgoingTextMessageCellsMapping = [self outgoingTextMessageCellsMapping];
|
||||
[cellClasses addEntriesFromDictionary:outgoingTextMessageCellsMapping];
|
||||
|
||||
// Attachment
|
||||
|
||||
Reference in New Issue
Block a user