Browse Source

Remove duplicate line

Closes #1466
master
Igor Zhukov 7 years ago
parent
commit
33e5acdc6c
  1. 1
      app/js/lib/mtproto.js

1
app/js/lib/mtproto.js

@ -1121,7 +1121,6 @@ angular.module('izhukov.mtproto', ['izhukov.utils']) @@ -1121,7 +1121,6 @@ angular.module('izhukov.mtproto', ['izhukov.utils'])
this.pendingAcks = []
var self = this
this.sendEncryptedRequest(message).then(function (result) {
self.toggleOffline(false)
// console.log('parse for', message)

Loading…
Cancel
Save