Add verified notification and sync the verified status as well
This commit is contained in:
parent
3a07e9ae73
commit
b7d5013558
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@
|
|||
(beginningVerified !== verified && verified !== UNVERIFIED) ||
|
||||
(keychange && verified === VERIFIED)
|
||||
) {
|
||||
return this.addVerifiedChange(this.id, verified === VERIFIED, {
|
||||
this.addVerifiedChange(this.id, verified === VERIFIED, {
|
||||
local: !options.viaSyncMessage,
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue