mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
setTrusted() -> setApproved() to dismiss the five-second warning
This change makes sense, since there was already a reference in the code to the then-nonexistent setApproved()! FREEBIE
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
return this.model.isUntrusted();
|
||||
}.bind(this)).then(function(untrusted) {
|
||||
if (untrusted) {
|
||||
return this.model.setTrusted();
|
||||
return this.model.setApproved();
|
||||
}
|
||||
}.bind(this)).then(function() {
|
||||
this.message.resend(this.outgoingKeyError.number);
|
||||
|
||||
Reference in New Issue
Block a user