diff --git a/Signal/src/ViewControllers/MessagesViewController.m b/Signal/src/ViewControllers/MessagesViewController.m index e7dc347ef..f0e75f826 100644 --- a/Signal/src/ViewControllers/MessagesViewController.m +++ b/Signal/src/ViewControllers/MessagesViewController.m @@ -2781,7 +2781,7 @@ typedef enum : NSUInteger { __weak MessagesViewController *weakSelf = self; [self showUnblockContactUI:^(BOOL isBlocked) { if (!isBlocked) { - [weakSelf didPasteAttachment:attachment]; + [weakSelf tryToSendAttachmentIfApproved:attachment]; } }]; return;