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