Report MXEvent changes

This commit is contained in:
giomfo
2016-12-05 16:32:21 +01:00
parent ad0a3bb438
commit f7718e28b6
3 changed files with 36 additions and 38 deletions
+1 -1
View File
@@ -152,7 +152,7 @@
{
MXKRoomBubbleComponent *component = bubbleComponents[index];
if (component.event.mxkState != MXKEventStateSendingFailed)
if (component.event.sentState != MXEventSentStateFailed)
{
// Get the events receipts by ignoring the current user receipt.
NSArray* receipts = [self.room getEventReceipts:component.event.eventId sorted:YES];