Fixes to get local verification and sync messages working
FREEBIE
This commit is contained in:
parent
c43d96904d
commit
4a1dc46ab3
7 changed files with 23 additions and 42 deletions
|
@ -234,7 +234,6 @@
|
|||
attributes.firstUse = false;
|
||||
attributes.nonblockingApproval = false;
|
||||
attributes.verified = 0;
|
||||
attributes.seen = 0;
|
||||
promises.push(new Promise(function(resolve, reject) {
|
||||
var putRequest = identityKeys.put(attributes, attributes.id);
|
||||
putRequest.onsuccess = resolve;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue