Remove unused variable
// FREEBIE
This commit is contained in:
parent
ea87062d92
commit
b0d4370c2c
2 changed files with 0 additions and 2 deletions
|
@ -36402,7 +36402,6 @@ var TextSecureServer = (function() {
|
|||
httpType : 'GET',
|
||||
urlParameters : "/" + number + "/" + deviceId,
|
||||
}).then(function(res) {
|
||||
var promises = [];
|
||||
res.identityKey = StringView.base64ToBytes(res.identityKey);
|
||||
for (var i = 0; i < res.devices.length; i++) {
|
||||
res.devices[i].signedPreKey.publicKey = StringView.base64ToBytes(res.devices[i].signedPreKey.publicKey);
|
||||
|
|
|
@ -245,7 +245,6 @@ var TextSecureServer = (function() {
|
|||
httpType : 'GET',
|
||||
urlParameters : "/" + number + "/" + deviceId,
|
||||
}).then(function(res) {
|
||||
var promises = [];
|
||||
res.identityKey = StringView.base64ToBytes(res.identityKey);
|
||||
for (var i = 0; i < res.devices.length; i++) {
|
||||
res.devices[i].signedPreKey.publicKey = StringView.base64ToBytes(res.devices[i].signedPreKey.publicKey);
|
||||
|
|
Loading…
Reference in a new issue