2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Support search in feed + scroll to search result.

This commit is contained in:
John Preston
2018-02-16 18:46:24 +03:00
parent bc171f625a
commit 07528be1e6
16 changed files with 225 additions and 98 deletions

View File

@@ -9,6 +9,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "dialogs/dialogs_widget.h"
#include "dialogs/dialogs_key.h"
#include "data/data_messages.h"
#include "base/flags.h"
namespace Dialogs {
@@ -151,7 +152,7 @@ private:
struct ChosenRow {
Dialogs::Key key;
MsgId messageId = 0;
Data::MessagePosition message;
};
bool switchImportantChats();
bool chooseHashtag();