Partial fix for #1914
@ -1133,7 +1133,10 @@
forceSend({ contact, message }) {
const dialog = new Whisper.ConfirmationDialogView({
message: i18n('identityKeyErrorOnSend'),
message: i18n('identityKeyErrorOnSend', [
contact.getTitle(),
]),
okText: i18n('sendAnyway'),
resolve: async () => {
await contact.updateVerified();