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',
|
httpType : 'GET',
|
||||||
urlParameters : "/" + number + "/" + deviceId,
|
urlParameters : "/" + number + "/" + deviceId,
|
||||||
}).then(function(res) {
|
}).then(function(res) {
|
||||||
var promises = [];
|
|
||||||
res.identityKey = StringView.base64ToBytes(res.identityKey);
|
res.identityKey = StringView.base64ToBytes(res.identityKey);
|
||||||
for (var i = 0; i < res.devices.length; i++) {
|
for (var i = 0; i < res.devices.length; i++) {
|
||||||
res.devices[i].signedPreKey.publicKey = StringView.base64ToBytes(res.devices[i].signedPreKey.publicKey);
|
res.devices[i].signedPreKey.publicKey = StringView.base64ToBytes(res.devices[i].signedPreKey.publicKey);
|
||||||
|
|
|
@ -245,7 +245,6 @@ var TextSecureServer = (function() {
|
||||||
httpType : 'GET',
|
httpType : 'GET',
|
||||||
urlParameters : "/" + number + "/" + deviceId,
|
urlParameters : "/" + number + "/" + deviceId,
|
||||||
}).then(function(res) {
|
}).then(function(res) {
|
||||||
var promises = [];
|
|
||||||
res.identityKey = StringView.base64ToBytes(res.identityKey);
|
res.identityKey = StringView.base64ToBytes(res.identityKey);
|
||||||
for (var i = 0; i < res.devices.length; i++) {
|
for (var i = 0; i < res.devices.length; i++) {
|
||||||
res.devices[i].signedPreKey.publicKey = StringView.base64ToBytes(res.devices[i].signedPreKey.publicKey);
|
res.devices[i].signedPreKey.publicKey = StringView.base64ToBytes(res.devices[i].signedPreKey.publicKey);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue