Remove stale comments in axolotl_wrapper
This commit is contained in:
parent
89fefe4323
commit
169097a409
2 changed files with 0 additions and 6 deletions
|
@ -37698,8 +37698,6 @@ window.axolotl.sessions = {
|
|||
})();
|
||||
|
||||
})();
|
||||
//TODO: Remove almost everything here...
|
||||
|
||||
'use strict';
|
||||
|
||||
;(function() {
|
||||
|
@ -37820,7 +37818,6 @@ window.axolotl.sessions = {
|
|||
};
|
||||
|
||||
var tryMessageAgain = function(from, encodedMessage) {
|
||||
//TODO: Probably breaks with a devicecontrol message
|
||||
return textsecure.protocol_wrapper.handlePreKeyWhisperMessage(from, encodedMessage).then(decodeMessageContents);
|
||||
}
|
||||
textsecure.replay.registerFunction(tryMessageAgain, textsecure.replay.Type.INIT_SESSION);
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
//TODO: Remove almost everything here...
|
||||
|
||||
'use strict';
|
||||
|
||||
;(function() {
|
||||
|
@ -120,7 +118,6 @@
|
|||
};
|
||||
|
||||
var tryMessageAgain = function(from, encodedMessage) {
|
||||
//TODO: Probably breaks with a devicecontrol message
|
||||
return textsecure.protocol_wrapper.handlePreKeyWhisperMessage(from, encodedMessage).then(decodeMessageContents);
|
||||
}
|
||||
textsecure.replay.registerFunction(tryMessageAgain, textsecure.replay.Type.INIT_SESSION);
|
||||
|
|
Loading…
Reference in a new issue