mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 09:05:14 +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