mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Update verification-related strings to better match mobile app
FREEBIE
This commit is contained in:
@@ -142,8 +142,7 @@
|
||||
|| (beginningVerified !== verified && verified !== UNVERIFIED)
|
||||
|| (keychange && verified === VERIFIED)) {
|
||||
|
||||
var local = !options.viaSyncMessage && !options.viaContactSync;
|
||||
this.addVerifiedChange(this.id, verified === VERIFIED, {local: local});
|
||||
this.addVerifiedChange(this.id, verified === VERIFIED, {local: !options.viaSyncMessage});
|
||||
}
|
||||
if (!options.viaSyncMessage) {
|
||||
return this.sendVerifySyncMessage(this.id, verified);
|
||||
@@ -302,7 +301,7 @@
|
||||
if (this.isPrivate()) {
|
||||
var groups = ConversationController.getAllGroupsInvolvingId(id);
|
||||
_.forEach(groups, function(group) {
|
||||
group.addVerifiedChange(id, verified);
|
||||
group.addVerifiedChange(id, verified, options);
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user