mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 12:23:31 +01:00
Nest key verification inside conflict dialogs
// FREEBIE
This commit is contained in:
@@ -162,7 +162,7 @@
|
||||
var our_number = textsecure.storage.user.getNumber();
|
||||
textsecure.storage.axolotl.getIdentityKey(their_number).then(function(their_key) {
|
||||
textsecure.storage.axolotl.getIdentityKey(our_number).then(function(our_key) {
|
||||
var view = new Whisper.KeyVerificationView({
|
||||
var view = new Whisper.KeyVerificationPanelView({
|
||||
model: { their_key: their_key, your_key: our_key }
|
||||
}).render();
|
||||
this.listenBack(view);
|
||||
|
||||
Reference in New Issue
Block a user