We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7864fdf commit fefc32bCopy full SHA for fefc32b
MatrixSDK/Data/MXRoom.m
@@ -2834,6 +2834,9 @@ - (void)removeOutgoingMessage:(NSString*)outgoingMessageEventId
2834
{
2835
[self.summary resetLastMessage:nil failure:nil commit:YES];
2836
}
2837
+
2838
+ // save summary to update sentStatus
2839
+ [self.summary save:NO];
2840
2841
2842
- (void)updateOutgoingMessage:(NSString *)outgoingMessageEventId withOutgoingMessage:(MXEvent *)outgoingMessage
@@ -2882,6 +2885,9 @@ - (void)refreshOutgoingMessages
2882
2885
2883
2886
index++;
2884
2887
2888
2889
2890
2891
2892
[mxSession.store commit];
2893
0 commit comments