Browse Source

merged with master

gh-pages
Igor Zhukov 11 years ago
parent
commit
8ca9ed7cc2
  1. BIN
      img/icons/IconsetW_1x.png
  2. 1
      js/controllers.js

BIN
img/icons/IconsetW_1x.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

1
js/controllers.js

@ -550,6 +550,7 @@ angular.module('myApp.controllers', [])
var inputPeer = AppPeersManager.getInputPeer(peerString);
AppMessagesManager.forwardMessages(selectedMessageIDs, inputPeer).then(function () {
selectedCancel();
$rootScope.$broadcast('history_focus', {peerString: peerString});
});
});

Loading…
Cancel
Save