File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -2834,6 +2834,9 @@ - (void)removeOutgoingMessage:(NSString*)outgoingMessageEventId
28342834 {
28352835 [self .summary resetLastMessage: nil failure: nil commit: YES ];
28362836 }
2837+
2838+ // save summary to update sentStatus
2839+ [self .summary save: NO ];
28372840}
28382841
28392842- (void )updateOutgoingMessage : (NSString *)outgoingMessageEventId withOutgoingMessage : (MXEvent *)outgoingMessage
@@ -2882,6 +2885,9 @@ - (void)refreshOutgoingMessages
28822885
28832886 index++;
28842887 }
2888+
2889+ // save summary to update sentStatus
2890+ [self .summary save: NO ];
28852891
28862892 [mxSession.store commit ];
28872893 }
Original file line number Diff line number Diff line change 1+ MXRoom: Update room summary after removing/refreshing unsent messages.
You can’t perform that action at this time.
0 commit comments