mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-04 08:25:38 +00:00
Support search in feed + scroll to search result.
This commit is contained in:
@@ -41,7 +41,7 @@ void Controller::setActiveChatEntry(Dialogs::RowDescriptor row) {
|
||||
}
|
||||
|
||||
void Controller::setActiveChatEntry(Dialogs::Key key) {
|
||||
setActiveChatEntry({ key, MsgId(0) });
|
||||
setActiveChatEntry({ key, FullMsgId() });
|
||||
}
|
||||
|
||||
Dialogs::RowDescriptor Controller::activeChatEntryCurrent() const {
|
||||
|
Reference in New Issue
Block a user