remove deleted message for linked devices

pull/484/head
ryanzhao 3 years ago
parent eee9ceff39
commit 0ed748074b

@ -563,6 +563,14 @@ NSString *NSStringForOutgoingMessageRecipientState(OWSOutgoingMessageRecipientSt
}];
}
#pragma mark - Delete
- (void)updateForDeletionWithTransaction:(YapDatabaseReadWriteTransaction *)transaction
{
[super updateForDeletionWithTransaction:transaction];
[self removeWithTransaction:transaction];
}
@end
NS_ASSUME_NONNULL_END

Loading…
Cancel
Save