mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 18:38:15 +01:00
Remove blockingApproval
// FREEBIE
This commit is contained in:
@@ -232,7 +232,6 @@
|
||||
var attributes = cursor.value;
|
||||
attributes.timestamp = 0;
|
||||
attributes.firstUse = false;
|
||||
attributes.blockingApproval = true;
|
||||
attributes.nonblockingApproval = false;
|
||||
attributes.seen = 0;
|
||||
promises.push(new Promise(function(resolve, reject) {
|
||||
|
||||
Reference in New Issue
Block a user