Add verified status

// FREEBIE
This commit is contained in:
lilia 2017-06-12 12:55:16 -07:00 committed by Scott Nonnenberg
parent c6bfdec84d
commit b93042f12f
2 changed files with 20 additions and 0 deletions

View file

@ -233,6 +233,7 @@
attributes.timestamp = 0;
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);