Introduce in-memory transactions for sessions
This commit is contained in:
committed by
Scott Nonnenberg
parent
403b3c5fc6
commit
94d2c56ab9
@@ -21,12 +21,6 @@
|
||||
get(id) {
|
||||
return textsecure.storage.protocol.getUnprocessedById(id);
|
||||
},
|
||||
add(data) {
|
||||
return textsecure.storage.protocol.addUnprocessed(data);
|
||||
},
|
||||
batchAdd(array) {
|
||||
return textsecure.storage.protocol.addMultipleUnprocessed(array);
|
||||
},
|
||||
updateAttempts(id, attempts) {
|
||||
return textsecure.storage.protocol.updateUnprocessedAttempts(
|
||||
id,
|
||||
|
||||
Reference in New Issue
Block a user