2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-02 07:25:46 +00:00

Hide send message in Info for current chat.

This commit is contained in:
John Preston
2017-09-20 21:40:23 +03:00
parent 3db696d52f
commit e1ba9f8ff8
19 changed files with 111 additions and 65 deletions

View File

@@ -843,7 +843,7 @@ void DialogsWidget::setSearchInPeer(PeerData *peer, UserData *from) {
if (searchInPeerUpdated) {
_searchInPeer = newSearchInPeer;
from = nullptr;
controller()->searchInPeerChanged().notify(_searchInPeer, true);
controller()->searchInPeer = _searchInPeer;
updateJumpToDateVisibility();
} else if (!_searchInPeer) {
from = nullptr;