Fixed a case where a the share extension wasn't using a transaction version of a method

pull/579/head
Morgan Pretty 3 years ago
parent c2e13f02bc
commit 0e15c63e6b

@ -287,7 +287,7 @@ NSString *const TSLazyRestoreAttachmentsGroup = @"TSLazyRestoreAttachmentsGroup"
} }
TSThread *thread = (TSThread *)object; TSThread *thread = (TSThread *)object;
if (thread.isMessageRequest) { if ([thread isMessageRequestUsingTransaction:transaction]) {
return nil; return nil;
} }
else { else {

Loading…
Cancel
Save