Remove duplicate definition of getSyncRequest (#1530)
This commit is contained in:
parent
f070bc4299
commit
99cf82d01a
1 changed files with 0 additions and 4 deletions
|
@ -66,10 +66,6 @@
|
||||||
start();
|
start();
|
||||||
});
|
});
|
||||||
|
|
||||||
window.getSyncRequest = function() {
|
|
||||||
return new textsecure.SyncRequest(textsecure.messaging, messageReceiver);
|
|
||||||
};
|
|
||||||
|
|
||||||
Whisper.events.on('shutdown', function() {
|
Whisper.events.on('shutdown', function() {
|
||||||
if (messageReceiver) {
|
if (messageReceiver) {
|
||||||
messageReceiver.close().then(function() {
|
messageReceiver.close().then(function() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue