Remove trivial wrapper method
// FREEBIE
This commit is contained in:
parent
78cdc0cb52
commit
56238136ca
4 changed files with 5 additions and 13 deletions
|
@ -12,10 +12,6 @@
|
|||
window.textsecure.storage = window.textsecure.storage || {};
|
||||
|
||||
window.textsecure.storage.devices = {
|
||||
saveKeysToDeviceObject: function(deviceObject) {
|
||||
return textsecure.protocol_wrapper.processPreKey(deviceObject);
|
||||
},
|
||||
|
||||
getStaleDeviceIdsForNumber: function(number) {
|
||||
return textsecure.storage.protocol.getDeviceIds(number).then(function(deviceIds) {
|
||||
if (deviceIds.length === 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue