mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
Improve the status of send messages (sending, sent, received, failed)
- Code tweaks
This commit is contained in:
@@ -1034,12 +1034,6 @@
|
||||
{
|
||||
RoomBubbleCellData *cellData = bubbles[bubbleIndex];
|
||||
|
||||
// We are interested only by outgoing messages
|
||||
if (![cellData.senderId isEqualToString: self.mxSession.credentials.userId])
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
NSInteger componentIndex = cellData.bubbleComponents.count;
|
||||
while (componentIndex--) {
|
||||
MXKRoomBubbleComponent *component = cellData.bubbleComponents[componentIndex];
|
||||
|
||||
Reference in New Issue
Block a user