Logger.info("presented conversation picker with attachment")
}.catch{errorin
OWSAlerts.showAlert(withTitle:NSLocalizedString("SHARE_EXTENSION_UNABLE_TO_BUILD_ATTACHMENT_ALERT_TITLE",comment:"Shown when trying to share content to a Signal user for the share extension. Followed by failure details."),
message:error.localizedDescription,
buttonTitle:CommonStrings.cancelButton){_in
self.shareExtensionWasCancelled()
}
owsFail("\(self.logTag) building attachment failed with error: \(error)")