mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 04:09:49 +00:00
Fixes to get local verification and sync messages working
FREEBIE
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user