Updated invalid check icon, now focus to selected dialog after forward
This commit is contained in:
parent
6e070d477a
commit
9297f3783f
Binary file not shown.
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.7 KiB |
@ -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…
Reference in New Issue
Block a user